From 886c7b680928276d7f925d30fc206ca27d9a97d1 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 9 Dec 2022 15:24:55 +0100 Subject: Add tests and readme --- tests/test_cases/deps/public/main_links_foo.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_cases/deps/public/main_links_foo.cpp (limited to 'tests/test_cases/deps/public/main_links_foo.cpp') diff --git a/tests/test_cases/deps/public/main_links_foo.cpp b/tests/test_cases/deps/public/main_links_foo.cpp new file mode 100644 index 0000000..f9cc308 --- /dev/null +++ b/tests/test_cases/deps/public/main_links_foo.cpp @@ -0,0 +1,10 @@ +// test that foo is linked + +#include "foo/foo.hpp" +#include + +int main() { + std::cout << "main\n"; + Foo{}.foo(); + return 0; +} -- cgit v1.2.3