From 4602b1967533b61a1fc2ea1bef5c16dcc30e84ba Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 27 May 2024 14:15:43 +0200 Subject: rules-cc: Add regression tests for install-with-deps rule... ...in both release and debug modes. Co-authored-by: Oliver Reiche --- tests/test_cases/deps/install/baz.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_cases/deps/install/baz.hpp (limited to 'tests/test_cases/deps/install/baz.hpp') diff --git a/tests/test_cases/deps/install/baz.hpp b/tests/test_cases/deps/install/baz.hpp new file mode 100644 index 0000000..f0f8377 --- /dev/null +++ b/tests/test_cases/deps/install/baz.hpp @@ -0,0 +1,10 @@ +#ifndef BAZ_HPP +#define BAZ_HPP + +int baz(); + +#include + +static inline std::string baz_str() { return "baz"; } + +#endif -- cgit v1.2.3