From 4b4c1797d93e6efb93b12df21c1cd9f04341b61e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2019 13:12:52 +0100 Subject: 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. --- test/lilv_cxx_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/lilv_cxx_test.cpp') 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; } -- cgit v1.2.1