diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-17 11:34:06 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-17 11:34:06 +0000 |
commit | 364f10dbcd3b053730a4ad47042e0d8222aada47 (patch) | |
tree | 95a34297e3788046e0a9f14538255403ad602222 /Makefile | |
parent | 76fd55f437ac4a738419dc8d16d4aaff98b58a40 (diff) |
add runtime tests for the server
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -27,5 +27,11 @@ clean: iri_test: iri_test.o iri.o utf8.o ${CC} iri_test.o iri.o utf8.o -o iri_test ${LDFLAGS} -test: iri_test +test: gmid iri_test + @echo "IRI tests" + @echo "==============================" ./iri_test + @echo + @echo "server tests" + @echo "==============================" + cd test && ./test.sh |