aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-18 01:07:49 +0100
committerBlake Romero <blake@blkrom.com>2024-10-30 10:13:26 +0000
commite7c709f408385c26acbf165d80fbee56c72d02c5 (patch)
tree179eb959c32acfaa61d5a82872da6c5c0a3981d3
parent06fc2506ac822d2ba24ffc30632a741d880bdaa9 (diff)
Add verbose & single threading to tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8e414e..1a111cd 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: test
.PHONY: test
test: $(test_bins)
- @for test in $(test_bins); do ./$$test ; done
+ @for test in $(test_bins); do ./$$test --verbose --jobs 1 ; done
.PHONY: clean
clean: