From 36f5d5b68b4eb3407febf5fe58aa555cc986e9ec Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Mon, 2 Feb 2004 01:54:17 +0000 Subject: [PATCH] *** empty log message *** --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3f632bc..f90b7a1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -69,7 +69,7 @@ test: all @./$(BENCHKISS) -x $(NUMFFTS) -n $(NFFT) @[ -x ./$(BENCHFFTW) ] && ./$(BENCHFFTW) -x $(NUMFFTS) -n $(NFFT) ||true @echo "======higher dimensions type=$(DATATYPE))" - @[ "$(DATATYPE))" == "float" ] && for dim in 2 3 4 5 6 7 8 9; do ./testkiss.py $$dim ;done + @([ "$(DATATYPE))" == "float" ] && for dim in 2 3 4 5 6 7 8 9; do ./testkiss.py $$dim ;done) || true selftest.c: ./mk_test.py 10 12 14 > selftest.c