From 36a66f98fa2022c53b3792110549f27f3ce5336c Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 1 Dec 2022 17:19:44 +0100 Subject: tests: Add support for shared libraries --- tests/test_cases/deps/shared/test_diamond.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_cases/deps/shared/test_diamond.cpp (limited to 'tests/test_cases/deps/shared/test_diamond.cpp') diff --git a/tests/test_cases/deps/shared/test_diamond.cpp b/tests/test_cases/deps/shared/test_diamond.cpp new file mode 100644 index 0000000..9298230 --- /dev/null +++ b/tests/test_cases/deps/shared/test_diamond.cpp @@ -0,0 +1,4 @@ +#include "baz/baz.hpp" +#include "foo/foo.hpp" + +int main() { return foo() + baz(); } -- cgit v1.2.3