made easy to use longs for fixed point

This commit is contained in:
Mark Borgerding
2005-05-11 02:36:33 +00:00
parent ba105600b4
commit ed1a5f0cfc
5 changed files with 141 additions and 14 deletions

View File

@ -5,6 +5,7 @@ TARBALL=kiss_fft_v$(KFVER).tar.gz
ZIPFILE=kiss_fft_v$(KFVER).zip
testall:
export DATATYPE=long && cd test && make test
export DATATYPE=short && cd test && make test
export DATATYPE=float && cd test && make test
export DATATYPE=double && cd test && make test