Jef 20d28e80a5 Initial community commit 6 ヶ月 前
..
auth 20d28e80a5 Initial community commit 6 ヶ月 前
cgi 20d28e80a5 Initial community commit 6 ヶ月 前
README 20d28e80a5 Initial community commit 6 ヶ月 前
dicttest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
excepttest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
find-connect-limit 20d28e80a5 Initial community commit 6 ヶ月 前
ftptest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
hello.lua 20d28e80a5 Initial community commit 6 ヶ月 前
httptest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
index.html 20d28e80a5 Initial community commit 6 ヶ月 前
ltn12test.lua 20d28e80a5 Initial community commit 6 ヶ月 前
luasocket.png 20d28e80a5 Initial community commit 6 ヶ月 前
mimetest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
smtptest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
stufftest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
tcp-getoptions 20d28e80a5 Initial community commit 6 ヶ月 前
test_bind.lua 20d28e80a5 Initial community commit 6 ヶ月 前
test_getaddrinfo.lua 20d28e80a5 Initial community commit 6 ヶ月 前
test_socket_error.lua 20d28e80a5 Initial community commit 6 ヶ月 前
testclnt.lua 20d28e80a5 Initial community commit 6 ヶ月 前
testmesg.lua 20d28e80a5 Initial community commit 6 ヶ月 前
testsrvr.lua 20d28e80a5 Initial community commit 6 ヶ月 前
testsupport.lua 20d28e80a5 Initial community commit 6 ヶ月 前
tftptest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
udp-zero-length-send 20d28e80a5 Initial community commit 6 ヶ月 前
udp-zero-length-send-recv 20d28e80a5 Initial community commit 6 ヶ月 前
udpconnectclnt.lua 20d28e80a5 Initial community commit 6 ヶ月 前
udpconnectsrvr.lua 20d28e80a5 Initial community commit 6 ヶ月 前
unixdgramclnt.lua 20d28e80a5 Initial community commit 6 ヶ月 前
unixdgramsrvr.lua 20d28e80a5 Initial community commit 6 ヶ月 前
unixstreamclnt.lua 20d28e80a5 Initial community commit 6 ヶ月 前
unixstreamsrvr.lua 20d28e80a5 Initial community commit 6 ヶ月 前
upload.html 20d28e80a5 Initial community commit 6 ヶ月 前
urltest.lua 20d28e80a5 Initial community commit 6 ヶ月 前
utestclnt.lua 20d28e80a5 Initial community commit 6 ヶ月 前
utestsrvr.lua 20d28e80a5 Initial community commit 6 ヶ月 前

README

This provides the automated test scripts used to make sure the library
is working properly.

The files provided are:

testsrvr.lua -- test server
testclnt.lua -- test client

To run these tests, just run lua on the server and then on the client.

hello.lua -- run to verify if installation worked

Good luck,
Diego.