projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fcb973
)
tests/utils_tests.h: add some utils
author
Paul Brossier
<piem@piem.org>
Sun, 3 Mar 2013 18:41:47 +0000
(13:41 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 3 Mar 2013 18:41:47 +0000
(13:41 -0500)
tests/wscript_build
patch
|
blob
|
history
diff --git
a/tests/wscript_build
b/tests/wscript_build
index 145a3e9260af1b68c70c6a1ac48ed306953b3894..64bd5e98f081978f5e1caf50734d9d552eacd32a 100644
(file)
--- a/
tests/wscript_build
+++ b/
tests/wscript_build
@@
-2,7
+2,7
@@
for target_name in ctx.path.ant_glob('src/**/*.c'):
uselib = []
- includes = ['../src']
+ includes = ['../src'
, '.'
]
extra_source = []
if str(target_name).endswith('-jack.c') and ctx.env['JACK']:
uselib += ['JACK']