tty-solitaire/test/display_test.c

10 lines
121 B
C
Raw Normal View History

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