summaryrefslogtreecommitdiffstats
path: root/test/cpp/test_lilv_hpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/test_lilv_hpp.cpp')
-rw-r--r--test/cpp/test_lilv_hpp.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/cpp/test_lilv_hpp.cpp b/test/cpp/test_lilv_hpp.cpp
new file mode 100644
index 0000000..7e6de72
--- /dev/null
+++ b/test/cpp/test_lilv_hpp.cpp
@@ -0,0 +1,12 @@
+// Copyright 2017-2019 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: ISC
+
+#include "lilv/lilvmm.hpp"
+
+int
+main()
+{
+ const Lilv::World world{};
+
+ return 0;
+}