luasocket/test/README

13 lines
298 B
Plaintext
Raw Normal View History

2003-06-30 18:57:07 +00: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
2004-06-17 21:46:22 +00:00
To run these tests, just run lua on the server and then on the client.
2003-06-30 18:57:07 +00:00
Good luck,
Diego.