From b78baf22ac0e25d2b18add81d42f733e0cd35620 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 Feb 2016 09:32:38 +0800 Subject: add some tests --- tests/c++_shared_library/src/interface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests/c++_shared_library/src/interface.cpp (limited to 'tests/c++_shared_library/src/interface.cpp') diff --git a/tests/c++_shared_library/src/interface.cpp b/tests/c++_shared_library/src/interface.cpp new file mode 100755 index 000000000..598d07560 --- /dev/null +++ b/tests/c++_shared_library/src/interface.cpp @@ -0,0 +1,6 @@ +#include "interface.h" + +int add(int a, int b) +{ + return a + b; +} -- cgit v1.3.1