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

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.