begin test suite

This commit is contained in:
2022-09-02 20:48:12 +00:00
parent b493c6dc09
commit e8e7680ae2
3 changed files with 113 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
SHELL = /bin/bash
.DEFAULT_GOAL := serve
.PHONY: test
test:
./tests/test_auction_flow.sh