From e08b7fc35a754a17feeff663b20cf81b4b428ab7 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 2 May 2024 17:53:42 +0200 Subject: Add tests for object_only library --- tests/test_cases/deps/object/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test_cases/deps/object/main.cpp (limited to 'tests/test_cases/deps/object/main.cpp') diff --git a/tests/test_cases/deps/object/main.cpp b/tests/test_cases/deps/object/main.cpp new file mode 100644 index 0000000..cfc2a4f --- /dev/null +++ b/tests/test_cases/deps/object/main.cpp @@ -0,0 +1,8 @@ +#include "bar/bar.hpp" +#include "foo/foo.hpp" +#include + +int main(int argc, char const *argv[]) { + std::cout << foo() << " " << bar() << std::endl; + return 0; +} -- cgit v1.2.3