converted testkiss.py from Numeric to numpy

This commit is contained in:
Mark Borgerding
2012-07-17 23:31:00 -04:00
parent 8fedba4d91
commit 4faaa83075
2 changed files with 19 additions and 18 deletions

View File

@ -13,6 +13,7 @@ testall:
make -C test DATATYPE=int16_t CFLAGADD="$(CFLAGADD)" test
make -C test DATATYPE=float CFLAGADD="$(CFLAGADD)" test
make -C test DATATYPE=double CFLAGADD="$(CFLAGADD)" test
echo "all tests passed"
tarball: clean
hg archive -r v$(KFVER) -t tgz kiss_fft$(KFVER).tar.gz