Add testing excecutable

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:51 +00:00
parent 3c61d1a72f
commit 3c74a2a609
3 changed files with 28 additions and 0 deletions

7
test/test.cpp Normal file
View file

@ -0,0 +1,7 @@
#include "game.h"
// Main program entry point
int main()
{
tests::test_CBoardData();
};