summaryrefslogtreecommitdiffstats
path: root/test/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-30 14:44:56 +0000
committerDavid Robillard <d@drobilla.net>2009-03-30 14:44:56 +0000
commitd909a9f409849dfe4072f2f57fdd2349ca8a0a3c (patch)
tree4364f25265aca621db2208505e39f4f183ff7b5a /test/wscript
parent8a24811ad2d2e587af6fe5ad487af08f74bccf38 (diff)
downloadlilv-d909a9f409849dfe4072f2f57fdd2349ca8a0a3c.tar.gz
lilv-d909a9f409849dfe4072f2f57fdd2349ca8a0a3c.tar.bz2
lilv-d909a9f409849dfe4072f2f57fdd2349ca8a0a3c.zip
Fix memory leaks.
Document ownership semantics of query value accessors. Fix test ccflags for new waf. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1951 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index cd42778..93e7def 100644
--- a/test/wscript
+++ b/test/wscript
@@ -14,5 +14,5 @@ def build(bld):
obj.libs = 'gcov'
obj.target = i
obj.install_path = ''
- obj.ccflags = '-fprofile-arcs -ftest-coverage'
+ obj.ccflags = [ '-fprofile-arcs', '-ftest-coverage' ]