diff --git a/test/Makefile b/test/Makefile index a16cfb6..3f632bc 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))" - @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 selftest.c: ./mk_test.py 10 12 14 > selftest.c