diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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) |
