tty-solitaire/tests/deck_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-05-31 06:03:13 +00:00
#include "../src/deck.h"
2011-02-07 01:31:55 +00:00
void test_deck() {
assert(true);
}