From 4e3967d123432b2352b450ed892fcb1b8f3b37d2 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Oct 2021 21:02:26 +0800 Subject: rename to unity build --- tests/projects/c/unity_build/src/test.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/projects/c/unity_build/src/test.cpp (limited to 'tests/projects/c/unity_build/src/test.cpp') 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; +} -- cgit v1.3.1