Changeset a12563ea


Ignore:
Timestamp:
Feb 23, 2006, 3:20:50 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:
6ae3a77
Parents:
2d975cf
Message:

update Makefiles
update Makefiles

Location:
python/test/bench
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/test/bench/onset/Makefile.am

    r2d975cf ra12563ea  
    2929
    3030%.aubiocut: %
    31         rm -f `basename $<`.aubiocut
    32         ./bench-onset $< | tee `basename $<`.aubiocut
    33         -diff `basename $<`.aubiocut.ref `basename $<`.aubiocut
     31        rm -f `basename $@`
     32        ./bench-onset $< | tee `basename $@`
     33        -diff `basename $@`.ref `basename $@`
    3434
    3535%.aubiodelay: %
  • python/test/bench/pitch/Makefile.am

    r2d975cf ra12563ea  
    44
    55SOURCE = \
    6         /archives/samples/pitch/isolated
     6        /var/tmp/pitch \
     7        $(HOME)/archives/samples/pitch/isolated
    78
    89test-aubiopitch:         $(patsubst %, %.aubiopitch, $(SOURCE))
    910
    1011%.aubiopitch: %
    11         rm -f `basename $<`.aubiocut
    12         ./bench-pitch $< #| tee `basename $<`.aubiocut
    13         #diff `basename $<`.aubiocut.ref `basename $<`.aubiocut
     12        rm -f `basename $@`
     13        ./bench-pitch $< #| tee `basename $@`
     14        -diff `basename $@` `basename $@`
Note: See TracChangeset for help on using the changeset viewer.