summaryrefslogtreecommitdiff
path: root/tests/projects/c/unity_build/src/test.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-18 21:03:03 +0800
committerGitHub <[email protected]>2021-10-18 21:03:03 +0800
commit0f72e5b597abf1f3caff40cc1e9b15f68212ad0e (patch)
tree616b20f34a515e45bcf5d14fad7b903006489454 /tests/projects/c/unity_build/src/test.cpp
parent2c018854833aa388bb16580f7d61646e90ce4bda (diff)
parent7e6fba5fe7662b4e58ce150aeab17c70b6b12254 (diff)
Merge pull request #1749 from xmake-io/unit_build
Support Unity build
Diffstat (limited to 'tests/projects/c/unity_build/src/test.cpp')
-rw-r--r--tests/projects/c/unity_build/src/test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c/unity_build/src/test.cpp b/tests/projects/c/unity_build/src/test.cpp
new file mode 100644
index 000000000..1cedddad9
--- /dev/null
+++ b/tests/projects/c/unity_build/src/test.cpp
@@ -0,0 +1,4 @@
+int test_cpp()
+{
+ return 0;
+}