summaryrefslogtreecommitdiff
path: root/tests/c_shared_library/src/test.c
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-22 08:49:20 +0800
committerruki <[email protected]>2016-02-22 08:49:20 +0800
commitec6fd4eeca3fa468cffb25b472eb349c1fed06aa (patch)
tree3dbbb42e44310d8ae80ba2361a9f34bbbb90da13 /tests/c_shared_library/src/test.c
parent762f3cd87615acbed339931bfb56c2b75c44cfa0 (diff)
modify tests script
Diffstat (limited to 'tests/c_shared_library/src/test.c')
-rwxr-xr-xtests/c_shared_library/src/test.c8
1 files changed, 0 insertions, 8 deletions
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 <stdio.h>
-
-int main(int argc, char** argv)
-{
- printf("add(1, 2) = %d\n", add(1, 2));
- return 0;
-}