From e7c709f408385c26acbf165d80fbee56c72d02c5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 18 Oct 2024 01:07:49 +0100 Subject: Add verbose & single threading to tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit