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

@ -93,16 +93,9 @@ test: all
@echo "======higher dimensions type=$(DATATYPE))"
@./testkiss.py
selftest.c:
./mk_test.py 10 12 14 > selftest.c
selftest_short.c:
./mk_test.py -s 10 12 14 > selftest_short.c
CXXFLAGS=-O3 -ffast-math -fomit-frame-pointer -I.. -I../tools -W -Wall
CXXFLAGS=-O3 -ffast-math -fomit-frame-pointer -I.. -I../tools -W -Wall -march=native -mtune=native
testcpp: testcpp.cc ../kissfft.hh
$(CXX) -o $@ $(CXXFLAGS) testcpp.cc -lm
clean:
rm -f *~ bm_* st_* tr_* kf_* tkfc_* ff_* ffr_* *.pyc *.pyo *.dat testcpp