tests/wscript_build: do not install test programs
authorPaul Brossier <piem@piem.org>
Mon, 2 May 2016 23:57:30 +0000 (01:57 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 2 May 2016 23:57:30 +0000 (01:57 +0200)
tests/wscript_build

index acd9d75..78bb646 100644 (file)
@@ -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',
        )