- Timestamp:
- Jul 27, 2006, 1:46:22 AM (18 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:
- 144aff7
- Parents:
- 5274ee6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/Makefile.am
r5274ee6 r26bf968 31 31 32 32 run-tests: $(bin_PROGRAMS) 33 for i in $(bin_PROGRAMS); do echo $$i; time ./$$i 2>&1 > /dev/null; echo $$?; done33 @for i in $(bin_PROGRAMS); do echo $$i; time (./$$i 2>&1 > /dev/null; echo $$?); done 34 34 35 35 run-valgrind-tests: $(bin_PROGRAMS) 36 for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done36 @for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done
Note: See TracChangeset
for help on using the changeset viewer.