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

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.