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