added more tests, cleaned up example app

This commit is contained in:
2024-05-18 23:00:19 -07:00
parent 0757f12dfa
commit f135f480be
4 changed files with 90 additions and 28 deletions

View File

@@ -5,13 +5,13 @@ default: run
run: simgame
simgame: examples
./bin/simgame
RANDOM_SHUFFLE=1 ./bin/simgame
clean:
rm -rf bin *.test
test:
go test -v -count=1 ./...
go test -count=1 .
examples:
test -d bin || mkdir bin