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/foo.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test_cases/deps/install/foo.hpp (limited to 'tests/test_cases/deps/install/foo.hpp') diff --git a/tests/test_cases/deps/install/foo.hpp b/tests/test_cases/deps/install/foo.hpp new file mode 100644 index 0000000..025f3ef --- /dev/null +++ b/tests/test_cases/deps/install/foo.hpp @@ -0,0 +1,8 @@ +#ifndef FOO_HPP +#define FOO_HPP + +struct Foo { + int foo(); +}; + +#endif -- cgit v1.2.3