From 029fad7a65cc71e1f045411b82dc8ede4ea51d3a Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Mon, 2 Feb 2004 02:05:05 +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 f90b7a1..49d69b8 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) || true + @(for dim in 2 3 4 5 6 7 8 9; do [ "$(DATATYPE)" == "float" ] && ./testkiss.py $$dim ;done) || true selftest.c: ./mk_test.py 10 12 14 > selftest.c