From 09fab95edf8d2e0ca1e045d86233ace07c0b5c56 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 3 May 2016 01:57:30 +0200 Subject: [PATCH] tests/wscript_build: do not install test programs --- tests/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wscript_build b/tests/wscript_build index acd9d75f..78bb646b 100644 --- a/tests/wscript_build +++ b/tests/wscript_build @@ -11,5 +11,6 @@ for source_file in programs_sources: target = str(source_file).split('.')[0], includes = includes, use = uselib, + install_path = None, defines = 'AUBIO_UNSTABLE_API=1', ) -- 2.11.0