1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-28 06:11:51 +02:00
Files
cmake
doc
etc
luasocket
luasocket-samples
tests
luairc
luasocket
README
testclnt.lua
testsrvr.lua
testsupport.lua
install.sh
publish.sh
zipmod.sh
src
.gitignore
CMakeLists.txt
README.txt
TESTED_ON.txt
irc/etc/tests/luasocket
Diego Martínez dfab9bbcd4 initial commit
2012-12-01 01:06:15 -02:00
..
2012-12-01 01:06:15 -02:00
2012-12-01 01:06:15 -02:00
2012-12-01 01:06:15 -02:00
2012-12-01 01:06:15 -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. 

Good luck,
Diego.