diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-02 17:53:42 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-03 11:43:47 +0200 |
commit | e08b7fc35a754a17feeff663b20cf81b4b428ab7 (patch) | |
tree | be8790d0b834959a50a52fca37926424b7db1ca9 /tests/test_cases/deps/object/foo.cpp | |
parent | 3c89cd4023af84847f449ee4ad731a4b35c97972 (diff) | |
download | rules-cc-e08b7fc35a754a17feeff663b20cf81b4b428ab7.tar.gz |
Add tests for object_only library
Diffstat (limited to 'tests/test_cases/deps/object/foo.cpp')
-rw-r--r-- | tests/test_cases/deps/object/foo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_cases/deps/object/foo.cpp b/tests/test_cases/deps/object/foo.cpp new file mode 100644 index 0000000..9687a6a --- /dev/null +++ b/tests/test_cases/deps/object/foo.cpp @@ -0,0 +1,3 @@ +#include "foo.hpp" + +std::string foo() { return "Hello World"; } |