*** empty log message ***

This commit is contained in:
Mark Borgerding
2004-04-04 21:29:26 +00:00
parent 5d25194d0f
commit 481e504c37
2 changed files with 15 additions and 5 deletions

View File

@ -1,13 +1,9 @@
KFVER=120
KFVER=121
DISTDIR=kiss_fft_v$(KFVER)
TARBALL=kiss_fft_v$(KFVER).tar.gz
ZIPFILE=kiss_fft_v$(KFVER).zip
WARNINGS=-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return \
-Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast \
-Wwrite-strings
testall:
export DATATYPE=short && cd test && make test
export DATATYPE=float && cd test && make test