tty-solitaire/tests/draw_test.c

8 lines
104 B
C
Raw Normal View History

2011-02-07 01:31:55 +00:00
#include <assert.h>
#include <stdbool.h>
2011-06-03 06:22:48 +00:00
#include "../src/draw.h"
2011-02-07 01:31:55 +00:00
2011-06-03 06:22:48 +00:00
void test_draw() {
2011-02-07 01:31:55 +00:00
assert(true);
}