From 5103d37c1e1ea7fe89a03756b2813467228a6aa7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 6 Aug 2024 11:02:06 -0300 Subject: Run in parallel slow tests --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3