summaryrefslogtreecommitdiffstats
path: root/test/test_verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_verify.c')
-rw-r--r--test/test_verify.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_verify.c b/test/test_verify.c
index 8f6b50f..d20712e 100644
--- a/test/test_verify.c
+++ b/test/test_verify.c
@@ -39,10 +39,13 @@ main(void)
LilvTestEnv* const env = lilv_test_env_new();
LilvWorld* const world = env->world;
- if (start_bundle(env, SIMPLE_MANIFEST_TTL, plugin_ttl)) {
+ if (create_bundle(env, "verify.lv2", SIMPLE_MANIFEST_TTL, plugin_ttl)) {
return 1;
}
+ lilv_world_load_specifications(env->world);
+ lilv_world_load_bundle(env->world, env->test_bundle_uri);
+
const LilvPlugins* plugins = lilv_world_get_all_plugins(world);
const LilvPlugin* explug = lilv_plugins_get_by_uri(plugins, env->plugin1_uri);