feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 1e4d90f was
09fab95,
checked in by Paul Brossier <piem@piem.org>, 9 years ago
|
tests/wscript_build: do not install test programs
|
-
Property mode set to
100644
|
File size:
434 bytes
|
Line | |
---|
1 | # vim:set syntax=python: |
---|
2 | |
---|
3 | uselib = ['aubio'] |
---|
4 | |
---|
5 | includes = ['../src', '.'] |
---|
6 | programs_sources = ctx.path.ant_glob('src/**/*.c') |
---|
7 | |
---|
8 | for source_file in programs_sources: |
---|
9 | bld(features = 'c cprogram test', |
---|
10 | source = source_file, |
---|
11 | target = str(source_file).split('.')[0], |
---|
12 | includes = includes, |
---|
13 | use = uselib, |
---|
14 | install_path = None, |
---|
15 | defines = 'AUBIO_UNSTABLE_API=1', |
---|
16 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.