summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-13 13:12:52 +0100
committerDavid Robillard <d@drobilla.net>2019-01-13 13:12:52 +0100
commit4b4c1797d93e6efb93b12df21c1cd9f04341b61e (patch)
tree1af0d4f325cf4a0315fa7b1d03b797967f608405 /test
parenta9edaabf0926a18dd96fae30c7206fd8eadb0fdc (diff)
downloadlilv-4b4c1797d93e6efb93b12df21c1cd9f04341b61e.tar.gz
lilv-4b4c1797d93e6efb93b12df21c1cd9f04341b61e.tar.bz2
lilv-4b4c1797d93e6efb93b12df21c1cd9f04341b61e.zip
Actually run C++ bindings test
There is still no actual testing in the binary, but this at least ensures the bindings can be used at all.
Diffstat (limited to 'test')
-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;
}