summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luasocket/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/test/README')
-rw-r--r--Build/source/texk/web2c/luatexdir/luasocket/test/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/test/README b/Build/source/texk/web2c/luatexdir/luasocket/test/README
new file mode 100644
index 00000000000..180fa277ca7
--- /dev/null
+++ b/Build/source/texk/web2c/luatexdir/luasocket/test/README
@@ -0,0 +1,12 @@
+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.