2011-02-07 01:31:55 +00:00
|
|
|
#ifndef TTYSOLITAIRE_TEST_H
|
|
|
|
#define TTYSOLITAIRE_TEST_H
|
|
|
|
|
|
|
|
void test_card();
|
|
|
|
void test_cursor();
|
|
|
|
void test_deck();
|
2011-06-03 06:22:48 +00:00
|
|
|
void test_draw();
|
2011-02-07 01:31:55 +00:00
|
|
|
void test_frame();
|
|
|
|
void test_game();
|
|
|
|
void test_keyboard();
|
|
|
|
void test_stack();
|
2011-02-13 19:12:45 +00:00
|
|
|
void test_test_helper();
|
2011-02-07 01:31:55 +00:00
|
|
|
|
|
|
|
#endif
|