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/README14
1 files changed, 14 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..27837e04d90
--- /dev/null
+++ b/Build/source/texk/web2c/luatexdir/luasocket/test/README
@@ -0,0 +1,14 @@
+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.
+
+ hello.lua -- run to verify if installation worked
+
+Good luck,
+Diego.