summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 01:34:11 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 01:34:11 +0000
commitb439dfdad90912c52966977698c320e2b547372a (patch)
tree275a46a254412d70389a6303d90339bf94b11aac /test/wscript
parente6ed1933ab493704f972435f6526bd715c15cd70 (diff)
Fix build of gcov stuff.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index dbbb51d5..28248eb4 100644
--- a/test/wscript
+++ b/test/wscript
@@ -49,6 +49,7 @@ def build(bld):
"""
obj.target = 'tests'
obj.install_path = ''
+ obj.cppflags = ['-fprofile-arcs', '-ftest-coverage', '-fno-inline', '-fno-default-inline', '-fno-elide-constructors', '-g', '-O0']
obj = bld(features='cxx cxxprogram')
obj.name = 'subs_in_out'