winamp/Src/external_dependencies/openmpt-trunk/include/premake/binmodules/luasocket/test
2024-09-24 14:54:57 +02:00
..
auth Initial community commit 2024-09-24 14:54:57 +02:00
cgi Initial community commit 2024-09-24 14:54:57 +02:00
dicttest.lua Initial community commit 2024-09-24 14:54:57 +02:00
excepttest.lua Initial community commit 2024-09-24 14:54:57 +02:00
find-connect-limit Initial community commit 2024-09-24 14:54:57 +02:00
ftptest.lua Initial community commit 2024-09-24 14:54:57 +02:00
hello.lua Initial community commit 2024-09-24 14:54:57 +02:00
httptest.lua Initial community commit 2024-09-24 14:54:57 +02:00
index.html Initial community commit 2024-09-24 14:54:57 +02:00
ltn12test.lua Initial community commit 2024-09-24 14:54:57 +02:00
luasocket.png Initial community commit 2024-09-24 14:54:57 +02:00
mimetest.lua Initial community commit 2024-09-24 14:54:57 +02:00
README Initial community commit 2024-09-24 14:54:57 +02:00
smtptest.lua Initial community commit 2024-09-24 14:54:57 +02:00
stufftest.lua Initial community commit 2024-09-24 14:54:57 +02:00
tcp-getoptions Initial community commit 2024-09-24 14:54:57 +02:00
test_bind.lua Initial community commit 2024-09-24 14:54:57 +02:00
test_getaddrinfo.lua Initial community commit 2024-09-24 14:54:57 +02:00
test_socket_error.lua Initial community commit 2024-09-24 14:54:57 +02:00
testclnt.lua Initial community commit 2024-09-24 14:54:57 +02:00
testmesg.lua Initial community commit 2024-09-24 14:54:57 +02:00
testsrvr.lua Initial community commit 2024-09-24 14:54:57 +02:00
testsupport.lua Initial community commit 2024-09-24 14:54:57 +02:00
tftptest.lua Initial community commit 2024-09-24 14:54:57 +02:00
udp-zero-length-send Initial community commit 2024-09-24 14:54:57 +02:00
udp-zero-length-send-recv Initial community commit 2024-09-24 14:54:57 +02:00
udpconnectclnt.lua Initial community commit 2024-09-24 14:54:57 +02:00
udpconnectsrvr.lua Initial community commit 2024-09-24 14:54:57 +02:00
unixdgramclnt.lua Initial community commit 2024-09-24 14:54:57 +02:00
unixdgramsrvr.lua Initial community commit 2024-09-24 14:54:57 +02:00
unixstreamclnt.lua Initial community commit 2024-09-24 14:54:57 +02:00
unixstreamsrvr.lua Initial community commit 2024-09-24 14:54:57 +02:00
upload.html Initial community commit 2024-09-24 14:54:57 +02:00
urltest.lua Initial community commit 2024-09-24 14:54:57 +02:00
utestclnt.lua Initial community commit 2024-09-24 14:54:57 +02:00
utestsrvr.lua Initial community commit 2024-09-24 14:54:57 +02: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.