tests/utils_tests.h: add some utils
authorPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 18:41:47 +0000 (13:41 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 18:41:47 +0000 (13:41 -0500)
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']