From ce27b8d4dfae08a01f473e7a5cfbb94f6e79c967 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 20 May 2017 00:42:05 +0800 Subject: improve test script --- tests/modules/ping.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 tests/modules/ping.lua (limited to 'tests/modules/ping.lua') diff --git a/tests/modules/ping.lua b/tests/modules/ping.lua deleted file mode 100755 index 53ee0132a..000000000 --- a/tests/modules/ping.lua +++ /dev/null @@ -1,13 +0,0 @@ --- imports -import("core.tool.ping") - --- --- run tests: --- --- $ xmake l ./tests/modules/ping.lua --- -function main() - - -- send ping - table.dump(ping.send("www.tboox.org", "www.xmake.io", "www.github.com", "www.google.com", "unknown.invalid")) -end -- cgit v1.3.1