From ac4475402fae09351f4602b03750b540e69e5d3f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Feb 2017 10:45:32 +0800 Subject: remove check codes for tests --- tests/console_c/xmake.lua | 7 ------- 1 file changed, 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") - -- cgit v1.3.1