summaryrefslogtreecommitdiffstats
path: root/test/test_discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_discovery.c')
-rw-r--r--test/test_discovery.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_discovery.c b/test/test_discovery.c
index a559970..f7f30ea 100644
--- a/test/test_discovery.c
+++ b/test/test_discovery.c
@@ -59,10 +59,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, "discovery.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);
assert(lilv_plugins_size(plugins) > 0);