2011-02-06 23:31:55 -02:00
|
|
|
#ifndef TTYSOLITAIRE_TEST_H
|
|
|
|
#define TTYSOLITAIRE_TEST_H
|
|
|
|
|
|
|
|
void test_card();
|
|
|
|
void test_cursor();
|
|
|
|
void test_deck();
|
|
|
|
void test_display();
|
|
|
|
void test_frame();
|
|
|
|
void test_game();
|
|
|
|
void test_keyboard();
|
|
|
|
void test_stack();
|
2011-05-08 20:38:36 -03:00
|
|
|
void test_curses();
|
2011-02-13 17:12:45 -02:00
|
|
|
void test_test_helper();
|
2011-02-06 23:31:55 -02:00
|
|
|
|
|
|
|
#endif
|