Fix test run.
This commit is contained in:
parent
c3e1736d3b
commit
fac0750a2c
@ -1,10 +1,14 @@
|
|||||||
#include "ttysolitaire_test.h"
|
#include "ttysolitaire_test.h"
|
||||||
|
#include "../src/game.h"
|
||||||
|
|
||||||
const char *program_name;
|
const char *program_name;
|
||||||
|
struct game game;
|
||||||
|
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
program_name = argv[0];
|
program_name = argv[0];
|
||||||
|
|
||||||
|
(void) argc;
|
||||||
|
|
||||||
test_card();
|
test_card();
|
||||||
test_cursor();
|
test_cursor();
|
||||||
test_deck();
|
test_deck();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user