From 9e7f4c9d43b310c280cd6432cd4150411f4b914e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 14 Nov 2020 22:06:10 +0100 Subject: Added system tests --- systemtest/mcc-execute.tests/test-addition.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/mcc-execute.tests/test-addition.cpp (limited to 'systemtest/mcc-execute.tests/test-addition.cpp') diff --git a/systemtest/mcc-execute.tests/test-addition.cpp b/systemtest/mcc-execute.tests/test-addition.cpp new file mode 100644 index 0000000..3a03f6f --- /dev/null +++ b/systemtest/mcc-execute.tests/test-addition.cpp @@ -0,0 +1 @@ +int main() { return 1 + 2; } -- cgit v1.2.3