shithub: aubio

Download patch

ref: 386be4a92e3dfc1f5cf62c4cc58c4846797cffab
parent: 2fcb973a2801265dc319ce25a663133fbc175aae
author: Paul Brossier <piem@piem.org>
date: Sun Mar 3 08:41:47 EST 2013

tests/utils_tests.h: add some utils

--- 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']