Changeset 02418f6 for tests/src


Ignore:
Timestamp:
Jul 11, 2012, 12:26:12 AM (12 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:
9d6001cb
Parents:
ed766c7
Message:

tests/: move file around to match src/

Location:
tests/src
Files:
1 deleted
1 edited
23 moved

Legend:

Unmodified
Added
Removed
  • tests/src/Makefile.am

    red766c7 r02418f6  
    22AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@
    33
    4 test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) @JACK_CFLAGS@
    5 test_phasevoc_jack_LDADD  = $(AM_LDFLAGS) @JACK_LIBS@
     4spectral_test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) @JACK_CFLAGS@
     5spectral_test_phasevoc_jack_LDADD  = $(AM_LDFLAGS) @JACK_LIBS@
    66
    7 bin_PROGRAMS = \
    8         test-hist \
    9         test-scale \
    10         test-cvec \
    11         test-fvec \
    12         test-window \
    13         test-filter \
    14         test-biquad \
    15         test-resample \
    16         test-peakpick \
    17         test-phasevoc \
    18         test-filterbank \
    19         test-filterbank_mel \
    20         test-mfcc \
    21         test-phasevoc-jack \
    22         test-onsetdetection \
    23         test-pitchyin \
    24         test-pitchyinfft \
    25         test-pitchschmitt \
    26         test-pitchfcomb \
    27         test-pitchmcomb \
    28         test-pitch \
    29         test-onset \
    30         test-mathutils \
    31         test-tss
     7noinst_PROGRAMS = \
     8  test-fvec \
     9  test-cvec \
     10  test-mathutils \
     11  test-mathutils-window \
     12  pitch/test-pitchyin \
     13  pitch/test-pitchyinfft \
     14  pitch/test-pitch \
     15  pitch/test-pitchmcomb \
     16  pitch/test-pitchfcomb \
     17  pitch/test-pitchschmitt \
     18  temporal/test-cweighting \
     19  temporal/test-resampler \
     20  temporal/test-filter \
     21  temporal/test-biquad \
     22  temporal/test-aweighting \
     23  onset/test-peakpicker \
     24  onset/test-onset \
     25  tempo/test-tempo \
     26  tempo/test-beattracking \
     27  spectral/test-fft \
     28  spectral/test-specdesc \
     29  spectral/test-phasevoc \
     30  spectral/test-phasevoc-jack \
     31  spectral/test-tss \
     32  spectral/test-filterbank \
     33  spectral/test-filterbank_mel \
     34  spectral/test-mfcc \
     35  utils/test-scale \
     36  utils/test-hist
    3237
    33 run-tests: $(bin_PROGRAMS)
    34         @for i in $(bin_PROGRAMS); do echo -n $$i\ ; ./$$i > /dev/null && echo OK || echo FAILED: $$?; done
     38run-tests: $(noinst_PROGRAMS)
     39        @for i in $(noinst_PROGRAMS); do echo -n $$i\ ; ./$$i > /dev/null && echo OK || echo FAILED: $$?; done
    3540
    36 run-valgrind-tests: $(bin_PROGRAMS)
    37         @for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done
     41run-valgrind-tests: $(noinst_PROGRAMS)
     42        @for i in $(noinst_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.