Test suite now accurately runs the GameEngine FSM for multiple rounds.
This commit is contained in:
parent
07a212d9d7
commit
07553400f5
6 changed files with 50 additions and 18 deletions
4
Makefile
4
Makefile
|
@ -12,8 +12,8 @@ build: patch
|
|||
config:
|
||||
powershell "cp tarpit_sample.json .tarpit.json"
|
||||
|
||||
test:
|
||||
meson test -C builddir --suite turings_tarpit
|
||||
test: build
|
||||
./builddir/runtests
|
||||
|
||||
# make an install for real maybe copy dll and .exe to dir and zip?
|
||||
install: build test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue