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

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.