add Makefile for bench-pitch
plugins/wavesurfer/Makefile
plugins/puredata/Makefile
python/test/bench/onset/Makefile
+ python/test/bench/pitch/Makefile
doc/Makefile
])
--- /dev/null
+export BASEDIR=../../../..
+export PYTHONPATH=$(BASEDIR)/python
+export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs
+
+SOURCE = \
+ /archives/samples/pitch/isolated
+
+test-aubiopitch: $(patsubst %, %.aubiopitch, $(SOURCE))
+
+%.aubiopitch: %
+ rm -f `basename $<`.aubiocut
+ ./bench-pitch $< #| tee `basename $<`.aubiocut
+ #diff `basename $<`.aubiocut.ref `basename $<`.aubiocut