Changeset 26bf968


Ignore:
Timestamp:
Jul 27, 2006, 1:46:22 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

do not print out for when running tests
do not print out for when running tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/tests/Makefile.am

    r5274ee6 r26bf968  
    3131
    3232run-tests: $(bin_PROGRAMS)
    33         for i in $(bin_PROGRAMS); do echo $$i; time ./$$i 2>&1 > /dev/null; echo $$?; done
     33        @for i in $(bin_PROGRAMS); do echo $$i; time (./$$i 2>&1 > /dev/null; echo $$?); done
    3434
    3535run-valgrind-tests: $(bin_PROGRAMS)
    36         for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done
     36        @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.