From ec6fd4eeca3fa468cffb25b472eb349c1fed06aa Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Feb 2016 08:49:20 +0800 Subject: modify tests script --- tests/shared_library_c++/src/interface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests/shared_library_c++/src/interface.cpp (limited to 'tests/shared_library_c++/src/interface.cpp') diff --git a/tests/shared_library_c++/src/interface.cpp b/tests/shared_library_c++/src/interface.cpp new file mode 100755 index 000000000..598d07560 --- /dev/null +++ b/tests/shared_library_c++/src/interface.cpp @@ -0,0 +1,6 @@ +#include "interface.h" + +int add(int a, int b) +{ + return a + b; +} -- cgit v1.3.1