Changeset 4bcd424
- Timestamp:
- Jun 3, 2010, 1:10:10 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 7c84204
- Parents:
- d314636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/Makefile.am
rd314636 r4bcd424 1 AM_CFLAGS = -I$(top_srcdir)/src 1 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/examples 2 2 AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@ 3 3 … … 31 31 test-onset \ 32 32 test-tempo \ 33 test-mathutils \ 33 34 test-tss 34 35 35 36 run-tests: $(bin_PROGRAMS) 36 @for i in $(bin_PROGRAMS); do echo $$i; ((time ./$$i 2>&1 > /dev/null) 2>&1; echo $$?); done37 @for i in $(bin_PROGRAMS); do echo -n $$i\ ; ./$$i > /dev/null && echo OK || echo FAILED: $$?; done 37 38 38 39 run-valgrind-tests: $(bin_PROGRAMS)
Note: See TracChangeset
for help on using the changeset viewer.