diff options
| author | ruki <[email protected]> | 2021-10-18 21:02:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-18 21:02:26 +0800 |
| commit | 4e3967d123432b2352b450ed892fcb1b8f3b37d2 (patch) | |
| tree | 6fbd34ee82aff8e57cb779784a44de030dfa9c3e /tests/projects/c/unity_build/src/foo/test1.c | |
| parent | 69ddff2a27199172659c9c823dabde8c4b004ae3 (diff) | |
rename to unity build
Diffstat (limited to 'tests/projects/c/unity_build/src/foo/test1.c')
| -rw-r--r-- | tests/projects/c/unity_build/src/foo/test1.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/c/unity_build/src/foo/test1.c b/tests/projects/c/unity_build/src/foo/test1.c new file mode 100644 index 000000000..e9d6c83d9 --- /dev/null +++ b/tests/projects/c/unity_build/src/foo/test1.c @@ -0,0 +1,8 @@ + +// main.cpp +#include "header.h" + +int test() +{ + return 0; +} |
