From 7214daac014811ca73103d0e8d22bdc2b1b54470 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Oct 2021 22:18:01 +0800 Subject: add c++ unity build test --- tests/projects/c++/unity_build/src/foo/test.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/projects/c++/unity_build/src/foo/test.cpp (limited to 'tests/projects/c++/unity_build/src/foo/test.cpp') diff --git a/tests/projects/c++/unity_build/src/foo/test.cpp b/tests/projects/c++/unity_build/src/foo/test.cpp new file mode 100644 index 000000000..e9d6c83d9 --- /dev/null +++ b/tests/projects/c++/unity_build/src/foo/test.cpp @@ -0,0 +1,8 @@ + +// main.cpp +#include "header.h" + +int test() +{ + return 0; +} -- cgit v1.3.1