tests/utils_tests.h: add some utils
[aubio.git] / tests / wscript_build
index 145a3e9..64bd5e9 100644 (file)
@@ -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']