removed unused and unmaintained mk_test.py

This commit is contained in:
Mark Borgerding
2019-02-01 07:40:39 -05:00
parent a7ea65edb1
commit cbf1f0eed1
3 changed files with 2 additions and 130 deletions

View File

@ -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