summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe6fe71..4b6c643 100644
--- a/Makefile
+++ b/Makefile
@@ -70,11 +70,14 @@ $(objects): Makefile
tests.bin-check = \
- tests/$(NAME)_main.bin-check \
+ tests/$(NAME)_main.bin/1 \
+ tests/$(NAME)_main.bin/2 \
+ tests/$(NAME)_main.bin/3 \
+ tests/$(NAME)_main.bin/4 \
$(tests.bin-check): tests/$(NAME)_main.bin
$(tests.bin-check):
- $(EXEC)$*.bin
+ $(EXEC)$(@D) $(@F)
check-unit: $(tests.bin-check)