Changeset aa81937 for examples/tests
- Timestamp:
- Oct 10, 2006, 3:13:51 PM (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:
- 1569224
- Parents:
- 633fb32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/Makefile.am
r633fb32 raa81937 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) 2>&1; echo $$?); done 34 34 35 35 run-valgrind-tests: $(bin_PROGRAMS)
Note: See TracChangeset
for help on using the changeset viewer.