*** empty log message ***

This commit is contained in:
Mark Borgerding
2005-10-07 12:29:36 +00:00
parent f492f40cb7
commit 18d0ad1604
6 changed files with 43 additions and 40 deletions

View File

@ -5,11 +5,11 @@ TARBALL=kiss_fft_v$(KFVER).tar.gz
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=short && cd test && make test
# The simd and int32_t types may or may not work on your machine
export DATATYPE=simd && cd test && make test
export DATATYPE=int32_t && cd test && make test
export DATATYPE=int16_t && cd test && make test
export DATATYPE=float && cd test && make test
export DATATYPE=double && cd test && make test