first version of sanity tests passing

This commit is contained in:
2019-03-23 20:59:45 -07:00
parent 032b64b4cb
commit 6d2c71663c
4 changed files with 26 additions and 8 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
default: test
test:
cd pokercore && make test