Changeset 4bcd424 for tests


Ignore:
Timestamp:
Jun 3, 2010, 1:10:10 AM (14 years ago)
Author:
Paul Brossier <piem@piem.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:
7c84204
Parents:
d314636
Message:

Makefile.am: include examples/ for jackio.h, add test-mathutils.c, simplify run command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/Makefile.am

    rd314636 r4bcd424  
    1 AM_CFLAGS = -I$(top_srcdir)/src
     1AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/examples
    22AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@
    33
     
    3131        test-onset \
    3232        test-tempo \
     33        test-mathutils \
    3334        test-tss
    3435
    3536run-tests: $(bin_PROGRAMS)
    36         @for i in $(bin_PROGRAMS); do echo $$i; ((time ./$$i 2>&1 > /dev/null) 2>&1; echo $$?); done
     37        @for i in $(bin_PROGRAMS); do echo -n $$i\ ; ./$$i > /dev/null && echo OK || echo FAILED: $$?; done
    3738
    3839run-valgrind-tests: $(bin_PROGRAMS)
Note: See TracChangeset for help on using the changeset viewer.