Browse Source

waf: Dont install tests (except jack_test)

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2473 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
nedko 17 years ago
parent
commit
fab1fbf9d6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/wscript

+ 2
- 0
tests/wscript View File

@@ -18,3 +18,5 @@ def build(bld):
prog.uselib = 'RT' prog.uselib = 'RT'
prog.uselib_local = 'clientlib' prog.uselib_local = 'clientlib'
prog.target = test_program prog.target = test_program
if test_program != 'jack_test':
prog.inst_var = 0

Loading…
Cancel
Save