diff options
Diffstat (limited to 'test/cpp/test_lilv_hpp.cpp')
-rw-r--r-- | test/cpp/test_lilv_hpp.cpp | 12 |
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..228fe1d --- /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; +} |