Changeset 1cc007c
- Timestamp:
- Sep 30, 2009, 2:44:52 AM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r7e114c8 r1cc007c 34 34 opt.tool_options('compiler_cxx') 35 35 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') 39 37 40 38 def configure(conf): … … 185 183 for target_name in bld.path.ant_glob('tests/src/**/*.c').split(): 186 184 this_target = bld.new_task_gen( 187 features = 'c program cctest',185 features = 'cc cprogram test', 188 186 source = target_name, 189 187 target = target_name.split('.')[0], 190 188 includes = 'src', 191 install_path = None,192 189 uselib_local = 'aubio') 193 190 # phasevoc-jack also needs aubioext
Note: See TracChangeset
for help on using the changeset viewer.