diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-06 11:02:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-06 11:02:06 -0300 |
| commit | 5103d37c1e1ea7fe89a03756b2813467228a6aa7 (patch) | |
| tree | c1e118c52eb82c98650b8ee5a7dbe286bf8cef71 /Makefile | |
| parent | tests/gobang.go: Add tests for Random(), Salt() and Hash() (diff) | |
| download | gobang-5103d37c1e1ea7fe89a03756b2813467228a6aa7.tar.gz gobang-5103d37c1e1ea7fe89a03756b2813467228a6aa7.tar.xz | |
Run in parallel slow tests
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) |
