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.