premake/binmodules/luasocket/test
2018-03-30 12:37:25 +01:00
..
auth Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
cgi Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
dicttest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
excepttest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
find-connect-limit Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
ftptest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
hello.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
httptest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
index.html Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
ltn12test.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
luasocket.png Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
mimetest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
README Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
smtptest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
stufftest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
tcp-getoptions Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
test_bind.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
test_getaddrinfo.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
test_socket_error.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
testclnt.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
testmesg.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
testsrvr.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
testsupport.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
tftptest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
udp-zero-length-send Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
udp-zero-length-send-recv Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
udpconnectclnt.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
udpconnectsrvr.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
unixdgramclnt.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
unixdgramsrvr.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
unixstreamclnt.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
unixstreamsrvr.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
upload.html Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
urltest.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
utestclnt.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00
utestsrvr.lua Move luasocket from being a static lib to a binary module 2018-03-30 12:37:25 +01:00

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.