Test suite now accurately runs the GameEngine FSM for multiple rounds.

This commit is contained in:
Zed A. Shaw 2024-09-15 03:23:09 -04:00
parent 07a212d9d7
commit 07553400f5
6 changed files with 50 additions and 18 deletions

View file

@ -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