Mercurial > luasocket
comparison test/README @ 0:4b915342e2a8
LuaSocket 2.0.2 + CMake build description.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Tue, 26 Aug 2008 18:40:01 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4b915342e2a8 |
---|---|
1 This provides the automated test scripts used to make sure the library | |
2 is working properly. | |
3 | |
4 The files provided are: | |
5 | |
6 testsrvr.lua -- test server | |
7 testclnt.lua -- test client | |
8 | |
9 To run these tests, just run lua on the server and then on the client. | |
10 | |
11 Good luck, | |
12 Diego. |