From b59eb2026562e991d822ec340810a3aadd0772dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Feb 2012 06:19:35 +0000 Subject: Link test plugin with gcov. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3972 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2998872..bd628f6 100644 --- a/wscript +++ b/wscript @@ -251,6 +251,7 @@ def build(bld): install_path = None, defines = defines, cflags = test_cflags, + lib = test_libs, uselib = 'LV2CORE LV2_STATE LV2_URID') # Test plugin data files -- cgit v1.2.1