diff options
| author | ruki <[email protected]> | 2021-10-17 22:20:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-17 22:20:28 +0800 |
| commit | f91fc985a24094fd90a825f68c9ca63f7aa83ce0 (patch) | |
| tree | 22b68eb7ba0027d4bcfb67e5ac3cf63fff33cd30 /tests/projects/c/unit_build/src/test.cpp | |
| parent | 2c018854833aa388bb16580f7d61646e90ce4bda (diff) | |
add unit_unit tests
Diffstat (limited to 'tests/projects/c/unit_build/src/test.cpp')
| -rw-r--r-- | tests/projects/c/unit_build/src/test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c/unit_build/src/test.cpp b/tests/projects/c/unit_build/src/test.cpp new file mode 100644 index 000000000..1cedddad9 --- /dev/null +++ b/tests/projects/c/unit_build/src/test.cpp @@ -0,0 +1,4 @@ +int test_cpp() +{ + return 0; +} |
