new testing infrastructure and basic test suite

This commit is contained in:
cozis
2022-08-12 02:26:40 +02:00
parent 2f87e46beb
commit f630830b3c
24 changed files with 794 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
all: tester
libnoja.a:
make -B -C .. tests/libnoja.a BUILD_MODE=RELEASE OUTDIR=tests
tester: tester.c libnoja.a
gcc $^ -o $@ -Wall -Wextra -lm -g