summaryrefslogtreecommitdiffstats
path: root/test/lilv_cxx_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lilv_cxx_test.cpp')
-rw-r--r--test/lilv_cxx_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lilv_cxx_test.cpp b/test/lilv_cxx_test.cpp
index 25f30bf..c1a45dd 100644
--- a/test/lilv_cxx_test.cpp
+++ b/test/lilv_cxx_test.cpp
@@ -19,5 +19,7 @@
int
main()
{
+ Lilv::World world;
+
return 0;
}