mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
removed unused and unmaintained mk_test.py
This commit is contained in:
1
Makefile
1
Makefile
@ -22,6 +22,7 @@ doc:
|
||||
|
||||
testall:
|
||||
# The simd and int32_t types may or may not work on your machine
|
||||
make -C test testcpp && test/testcpp
|
||||
make -C test DATATYPE=simd CFLAGADD="$(CFLAGADD)" test
|
||||
make -C test DATATYPE=int32_t CFLAGADD="$(CFLAGADD)" test
|
||||
make -C test DATATYPE=int16_t CFLAGADD="$(CFLAGADD)" test
|
||||
|
Reference in New Issue
Block a user