chore: Call test test in common test target

This commit is contained in:
overflowerror 2024-04-26 16:59:05 +02:00
parent 0461a3d2ea
commit 537e86b405

View file

@ -32,6 +32,7 @@ common.a: $(OBJS)
test: CFLAGS += -I../testing/src/
test: obj/tests.o common.a ../testing/testing.a
cd ../testing/ && $(MAKE) test
$(LD) $(LDFLAGS) -o $@ $^
./test