tty-solitaire/tests/display_test.c

8 lines
110 B
C
Raw Normal View History

2011-02-07 01:31:55 +00:00
#include <assert.h>
#include <stdbool.h>
2011-05-31 06:03:13 +00:00
#include "../src/display.h"
2011-02-07 01:31:55 +00:00
void test_display() {
assert(true);
}