From f91fc985a24094fd90a825f68c9ca63f7aa83ce0 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 17 Oct 2021 22:20:28 +0800 Subject: add unit_unit tests --- tests/projects/c/unit_build/src/test.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/projects/c/unit_build/src/test.cpp (limited to 'tests/projects/c/unit_build/src/test.cpp') 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; +} -- cgit v1.3.1