tty-solitaire/test/game_test.c
2011-02-06 23:33:44 -02:00

10 lines
115 B
C

#include <assert.h>
#include <stdbool.h>
#include "../lib/game.h"
void test_game() {
assert(true);
return;
}