From d62310521fe1a78a7e78ef909631ecde2ab1906e Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Tue, 19 Apr 2011 23:34:24 +0200 Subject: [PATCH] README for tests. --- tests/README.tests | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/README.tests diff --git a/tests/README.tests b/tests/README.tests new file mode 100644 index 0000000..b47cd80 --- /dev/null +++ b/tests/README.tests @@ -0,0 +1,6 @@ +This directory contains a few test programs for Webdis: + +* basic.py: Unit tests. +* bench.sh: Benchmark of several functions. +* pubsub (run `make' to compile): Tests pub/sub channels; run `./pubsub -h` for options. +* websocket (run `make' to compile): Tests HTML5 WebSockets; run `./websocket -h` for options.