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