Add testing excecutable
This commit is contained in:
parent
3c61d1a72f
commit
3c74a2a609
3 changed files with 28 additions and 0 deletions
7
test/test.cpp
Normal file
7
test/test.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "game.h"
|
||||
|
||||
// Main program entry point
|
||||
int main()
|
||||
{
|
||||
tests::test_CBoardData();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue