summaryrefslogtreecommitdiff
path: root/tests/console_c/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-09 10:45:32 +0800
committerruki <[email protected]>2017-02-09 10:45:32 +0800
commitac4475402fae09351f4602b03750b540e69e5d3f (patch)
treedc98a038e5e7153d5d611d8f0aa700e87b168e72 /tests/console_c/xmake.lua
parent8f741ef2a4cda18367e75e2d4fde0584cfd0de3f (diff)
remove check codes for tests
Diffstat (limited to 'tests/console_c/xmake.lua')
-rwxr-xr-xtests/console_c/xmake.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/console_c/xmake.lua b/tests/console_c/xmake.lua
index bc2b7d0d9..5bb1a2510 100755
--- a/tests/console_c/xmake.lua
+++ b/tests/console_c/xmake.lua
@@ -30,10 +30,3 @@ target("console_c")
-- add files
add_files("src/*.c")
- set_config_h("$(buildir)/config.h")
- set_config_h_prefix("TEST")
-
- add_cfunc(nil, "POLL", nil, {"sys/poll.h"}, "poll")
- add_cfunc("libc", nil, nil, {"sys/select.h"}, "select")
- add_cfunc("pthread", nil, "pthread", "pthread.h", "pthread_create")
-