source: tests/src/Makefile.am @ dbf47c6

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since dbf47c6 was 447d6cd, checked in by Paul Brossier <piem@piem.org>, 13 years ago

tests/src/Makefile.am: remove missing tests

  • Property mode set to 100644
File size: 921 bytes
RevLine 
[4bcd424]1AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/examples
[4e9101e]2AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@
3
[858cfa7]4test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) @JACK_CFLAGS@
5test_phasevoc_jack_LDADD  = $(AM_LDFLAGS) @JACK_LIBS@
[437fa65]6
7bin_PROGRAMS = \
[4e9101e]8        test-hist \
9        test-scale \
[5c0662a]10        test-cvec \
11        test-fvec \
[4e9101e]12        test-window \
13        test-filter \
14        test-biquad \
15        test-resample \
16        test-peakpick \
[437fa65]17        test-phasevoc \
[bc3c51b]18        test-filterbank \
19        test-filterbank_mel \
[0028ea7]20        test-mfcc \
[787b5e4]21        test-phasevoc-jack \
[4e9101e]22        test-onsetdetection \
23        test-pitchyin \
24        test-pitchyinfft \
25        test-pitchschmitt \
26        test-pitchfcomb \
27        test-pitchmcomb \
[ca1abdd]28        test-pitch \
[4e9101e]29        test-onset \
[4bcd424]30        test-mathutils \
[787b5e4]31        test-tss
[4e9101e]32
33run-tests: $(bin_PROGRAMS)
[4bcd424]34        @for i in $(bin_PROGRAMS); do echo -n $$i\ ; ./$$i > /dev/null && echo OK || echo FAILED: $$?; done
[4e9101e]35
36run-valgrind-tests: $(bin_PROGRAMS)
[26bf968]37        @for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done
Note: See TracBrowser for help on using the repository browser.