summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-25 18:10:15 -0400
committerDavid Robillard <d@drobilla.net>2016-07-25 18:10:15 -0400
commitd08f1bde59ba37ac1962c1c4a1a910e2315c8ac4 (patch)
tree87cc4ba276b7b3ad2cf3762d2aeabdfec7e4637d /wscript
parent117f086f757e5bd6b752fd25b7e9d340e80808eb (diff)
downloaddrobillad-d08f1bde59ba37ac1962c1c4a1a910e2315c8ac4.tar.gz
drobillad-d08f1bde59ba37ac1962c1c4a1a910e2315c8ac4.tar.bz2
drobillad-d08f1bde59ba37ac1962c1c4a1a910e2315c8ac4.zip
Support test coverage with LLVM
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 30355d2..fbf6c16 100644
--- a/wscript
+++ b/wscript
@@ -90,7 +90,7 @@ def options(opt):
opt.load('compiler_c')
opt.load('compiler_cxx')
opt.load('lv2')
- autowaf.set_options(opt)
+ autowaf.set_options(opt, test=True)
opt.add_option('--cmd', type='string', dest='cmd',
help='Command to run from build directory (for run command)')
for i in projects: