Files
wagic/projects/mtg
Xawotihs@gmail.com 1f0485ff8e Support for running the testsuite in command line programs for continuous integration.
Here is a small example inspired from SDLmain.c:

g_launcher = new JGameLauncher();
InitGame();
MTGCollection()->loadFolder("sets/primitives/");
MTGCollection()->loadFolder("sets/", "_cards.dat");
options.reloadProfile();
TestSuite testSuite("test/_tests.txt");
int result = testSuite.run();
DestroyGame();
delete g_launcher;
return result;
2013-10-23 22:08:30 +00:00
..
2012-05-19 19:40:32 +00:00
2012-05-20 14:18:24 +00:00
2012-05-07 05:09:12 +00:00
2013-09-16 17:42:07 +00:00
2012-01-07 23:38:10 +00:00