diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lilv_cxx_test.cpp | 2 |
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; } |