aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-13 23:21:54 +0100
committerBlake Romero <blake@developercraft.com>2025-10-13 23:23:43 +0100
commit3a6d7fdfcfe7fe1fa1c09788287e1b005a85a71e (patch)
tree8385aac5907216014d68fd1bbfd9c8089804807e /Makefile
parent2a763f9016f35dfc17099d7d8f258266b6b7dd62 (diff)
Updated list tests & refactored code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 394c568..06235a7 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ info:
.PHONY: test
test: build $(testbins)
- for test in $(testbins); do ./$$test --verbose; done
+ for test in $(testbins); do ./$$test --verbose --jobs 1; done
# AUTOMATIC TARGETS