From 23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 4 Aug 2014 10:04:08 +0200 Subject: fate: explicitly set the default THREADS value This makes the default of '1' more explicit than defaulting to '1' in fate-run.sh and regression-funcs.sh if THREADS is not set. Fixes the reported thread count in fate-cpu if THREADS is not set. --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 6a0def921f..5fad2911fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,3 +1,4 @@ +THREADS = 1 VREF = tests/vsynth1/00.pgm AREF = tests/data/asynth1.sw -- cgit v1.2.3