*** empty log message ***

This commit is contained in:
Mark Borgerding
2005-07-09 03:51:43 +00:00
parent ceaa3900c0
commit f492f40cb7
3 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ZIPFILE=kiss_fft_v$(KFVER).zip
testall:
# The simd and long types may or may not work on your machine
#export DATATYPE=simd && cd test && make test
export DATATYPE=long && cd test && make test
#export DATATYPE=long && cd test && make test
export DATATYPE=short && cd test && make test
export DATATYPE=float && cd test && make test