Ignore:
Timestamp:
Feb 10, 2013, 9:10:01 PM (11 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:
f4296dd
Parents:
de836fd (diff), f360ad8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/run_all_tests

    rde836fd r947bbd3  
    77    curdir = os.path.dirname(sys.argv[0])
    88    if curdir == '': curdir = '.'
    9     files = os.listdir(curdir)
     9    files = os.listdir(os.path.join(curdir, 'tests'))
    1010    modfiles = filter (lambda y: y.endswith('.py'), files)
    1111    modfiles = filter (lambda f: f.startswith('test_'), modfiles)
Note: See TracChangeset for help on using the changeset viewer.