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_includes_foo.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/test_cases/deps/public/main_includes_foo.cpp (limited to 'tests/test_cases/deps/public/main_includes_foo.cpp') diff --git a/tests/test_cases/deps/public/main_includes_foo.cpp b/tests/test_cases/deps/public/main_includes_foo.cpp new file mode 100644 index 0000000..e8a85b6 --- /dev/null +++ b/tests/test_cases/deps/public/main_includes_foo.cpp @@ -0,0 +1,9 @@ +// test that foo.hpp is available (despite unused here) + +#include "foo/foo.hpp" +#include + +int main() { + std::cout << "main\n"; + return 0; +} -- cgit v1.2.3