Files
wagic/projects/mtg/include
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
..
2013-10-08 23:18:42 +00:00
2013-04-11 10:39:16 +00:00
2011-12-11 13:48:24 +00:00
2011-09-01 20:03:26 +00:00
2013-02-21 00:48:39 +00:00
2011-10-02 14:11:30 +00:00
2012-03-21 14:41:38 +00:00
2011-12-11 13:48:24 +00:00
2011-07-04 19:09:19 +00:00
2013-06-18 01:41:34 +00:00
2013-06-18 01:41:34 +00:00
J :
2010-02-27 18:49:03 +00:00