new testing infrastructure and basic test suite
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user