diff options
| author | ruki <[email protected]> | 2021-10-18 22:18:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-18 22:18:01 +0800 |
| commit | 7214daac014811ca73103d0e8d22bdc2b1b54470 (patch) | |
| tree | e6900d93d44bcd1100f415cda6d9097ba7daf134 /tests/projects/c++/unity_build/src/foo/test2.cpp | |
| parent | 105117735be22a14c32d136681b5f08916625fb4 (diff) | |
add c++ unity build test
Diffstat (limited to 'tests/projects/c++/unity_build/src/foo/test2.cpp')
| -rw-r--r-- | tests/projects/c++/unity_build/src/foo/test2.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/c++/unity_build/src/foo/test2.cpp b/tests/projects/c++/unity_build/src/foo/test2.cpp new file mode 100644 index 000000000..596359cd2 --- /dev/null +++ b/tests/projects/c++/unity_build/src/foo/test2.cpp @@ -0,0 +1,8 @@ + +// main.cpp +#include "header.h" + +int test2() +{ + return 0; +} |
