From: Paul Brossier Date: Mon, 2 May 2016 23:57:30 +0000 (+0200) Subject: tests/wscript_build: do not install test programs X-Git-Tag: 0.4.4~300^2~126 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=09fab95edf8d2e0ca1e045d86233ace07c0b5c56;p=aubio.git tests/wscript_build: do not install test programs --- 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', )