diff README @ 10:6d6776623948

Add some basic docs and license information.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Sep 2008 16:02:13 +0400
parents
children e8edb765595d
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Test suit for nginx.
+
+Use prove to run tests as one usually do for perl tests.  Individual tests
+may be run as well.
+
+Note: some tests may fail since they are for bugs not fixed in public code.
+
+Currently each test creates it's own temporary directory and uses it for
+logs etc.  One may instruct tests not to remove the temp directory (e.g.
+for analysis of failed test) by setting LEAVE environment variable.