From eef326865f6a38ebea746555cb18021d10345e2d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Jan 2012 01:42:20 +0000 Subject: Fix test suite compilation without gcov. git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1