aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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