tty-solitaire/tests/display_test.c
2011-05-31 03:03:13 -03:00

8 lines
110 B
C

#include <assert.h>
#include <stdbool.h>
#include "../src/display.h"
void test_display() {
assert(true);
}