mirror of
https://github.com/sigmasternchen/macrofuck
synced 2025-03-15 07:08:56 +00:00
chore: Call test test in common test target
This commit is contained in:
parent
0461a3d2ea
commit
537e86b405
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue