summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-16 01:42:20 +0000
committerDavid Robillard <d@drobilla.net>2012-01-16 01:42:20 +0000
commiteef326865f6a38ebea746555cb18021d10345e2d (patch)
treef99ce01b381cdcb14c8d4840c4f56859ce6075cc
parentd67768c62c752d11f473bcb0c449e95044984ce7 (diff)
downloadsord-eef326865f6a38ebea746555cb18021d10345e2d.tar.gz
sord-eef326865f6a38ebea746555cb18021d10345e2d.tar.bz2
sord-eef326865f6a38ebea746555cb18021d10345e2d.zip
Fix test suite compilation without gcov.
git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9bbee17..96a6591 100644
--- a/wscript
+++ b/wscript
@@ -172,7 +172,7 @@ def build(bld):
lib = test_libs,
target = 'sordi_static',
install_path = '',
- cflags = [ '-fprofile-arcs', '-ftest-coverage' ])
+ cflags = test_cflags,
autowaf.use_lib(bld, obj, 'SERD')
# C++ build test