From b788af9d049c43b274befc8424a487515d122b0b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 09:51:55 +0200 Subject: Add skeleton core.lv2 bundle for tests --- wscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 47bcf79..ddc361e 100644 --- a/wscript +++ b/wscript @@ -282,6 +282,14 @@ def build(bld): test_cflags += ['--coverage'] test_linkflags += ['--coverage'] + # Copy skeleton LV2 bundle for tests + for name in ('manifest.ttl', 'lv2core.ttl'): + bld(features = 'subst', + is_copy = True, + source = 'test/core.lv2/' + name, + target = 'test_lv2_path/core.lv2/' + name, + install_path = None) + # Make a pattern for shared objects without the 'lib' prefix module_pattern = re.sub('^lib', '', bld.env.cshlib_PATTERN) shlib_ext = module_pattern[module_pattern.rfind('.'):] -- cgit v1.2.1