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/c_shared_library/src/test.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 tests/c_shared_library/src/test.c (limited to 'tests/c_shared_library/src/test.c') diff --git a/tests/c_shared_library/src/test.c b/tests/c_shared_library/src/test.c deleted file mode 100755 index 9505a2f75..000000000 --- a/tests/c_shared_library/src/test.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "interface.h" -#include - -int main(int argc, char** argv) -{ - printf("add(1, 2) = %d\n", add(1, 2)); - return 0; -} -- cgit v1.3.1