diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
commit | 597a062b1bc38488df1363995eece8a9f19c7111 (patch) | |
tree | ba4ccaa8be98d1100aed63abb9c42c099f2c41bb /test/README | |
parent | eac26d2c8dafab604ef2e97e504326cfaf1033cf (diff) | |
download | luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2 luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip |
Almost ready for distribution...
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/test/README b/test/README index 2502e20..180fa27 100644 --- a/test/README +++ b/test/README | |||
@@ -5,19 +5,8 @@ The files provided are: | |||
5 | 5 | ||
6 | testsrvr.lua -- test server | 6 | testsrvr.lua -- test server |
7 | testclnt.lua -- test client | 7 | testclnt.lua -- test client |
8 | testcmd.lua -- test command definitions | ||
9 | 8 | ||
10 | To run the automatic tests on your system, make sure to compile the | 9 | To run these tests, just run lua on the server and then on the client. |
11 | library with _DEBUG defined (check makefile) and then open two | ||
12 | terminals. Run 'luasocket testsrvr.lua' on one of them and 'luasocket | ||
13 | testclnt.lua' on the other. The programs should start talking to each | ||
14 | other and report any failure. The tests can also be used as a benchmark. | ||
15 | |||
16 | urltest.lua -- url.lua test module | ||
17 | codetest.lua -- code.lua test module | ||
18 | concattest.lua -- concat.lua test module | ||
19 | |||
20 | To run these tests, just run luasocket on them and see the results. | ||
21 | 10 | ||
22 | Good luck, | 11 | Good luck, |
23 | Diego. | 12 | Diego. |