aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-17 11:34:06 +0000
committerOmar Polo <op@omarpolo.com>2021-01-17 11:34:06 +0000
commit364f10dbcd3b053730a4ad47042e0d8222aada47 (patch)
tree95a34297e3788046e0a9f14538255403ad602222 /Makefile
parent76fd55f437ac4a738419dc8d16d4aaff98b58a40 (diff)
add runtime tests for the server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6301b46..cf06def 100644
--- a/Makefile
+++ b/Makefile
@@ -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