Fix test run.

This commit is contained in:
Murilo Pereira 2013-05-04 16:40:33 -04:00
parent c3e1736d3b
commit fac0750a2c

View File

@ -1,10 +1,14 @@
#include "ttysolitaire_test.h"
#include "../src/game.h"
const char *program_name;
struct game game;
int main(int argc, const char *argv[]) {
program_name = argv[0];
(void) argc;
test_card();
test_cursor();
test_deck();