tty-solitaire/test/ttysolitaire_test.h
Murilo Pereira 422a866e10 Added helper functions for the unit tests.
* Also added tests for the helper functions
2011-02-13 19:35:40 -02:00

16 lines
263 B
C

#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();
void test_util();
void test_test_helper();
#endif