summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-06 11:02:06 -0300
committerEuAndreh <eu@euandre.org>2024-08-06 11:02:06 -0300
commit5103d37c1e1ea7fe89a03756b2813467228a6aa7 (patch)
treec1e118c52eb82c98650b8ee5a7dbe286bf8cef71 /Makefile
parenttests/gobang.go: Add tests for Random(), Salt() and Hash() (diff)
downloadgobang-5103d37c1e1ea7fe89a03756b2813467228a6aa7.tar.gz
gobang-5103d37c1e1ea7fe89a03756b2813467228a6aa7.tar.xz
Run in parallel slow tests
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)