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