Changeset 1cc007c for wscript


Ignore:
Timestamp:
Sep 30, 2009, 2:44:52 AM (15 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:
1094f52
Parents:
7e114c8
Message:

wscript: updated for waf r6742

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7e114c8 r1cc007c  
    3434  opt.tool_options('compiler_cxx')
    3535  opt.tool_options('gnu_dirs')
    36   # include locally patched version of UnitTest until upstream incorporates patch
    37   # see http://code.google.com/p/waf/issues/detail?id=542
    38   opt.tool_options('UnitTest', tooldir='.')
     36  opt.tool_options('UnitTest')
    3937
    4038def configure(conf):
     
    185183  for target_name in bld.path.ant_glob('tests/src/**/*.c').split():
    186184    this_target = bld.new_task_gen(
    187         features = 'cprogram cc test',
     185        features = 'cc cprogram test',
    188186        source = target_name,
    189187        target = target_name.split('.')[0],
    190188        includes = 'src',
    191         install_path = None,
    192189        uselib_local = 'aubio')
    193190    # phasevoc-jack also needs aubioext
Note: See TracChangeset for help on using the changeset viewer.