comparison 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
comparison
equal deleted inserted replaced
9:f772e2a1a13f 10:6d6776623948
1 Test suit for nginx.
2
3 Use prove to run tests as one usually do for perl tests. Individual tests
4 may be run as well.
5
6 Note: some tests may fail since they are for bugs not fixed in public code.
7
8 Currently each test creates it's own temporary directory and uses it for
9 logs etc. One may instruct tests not to remove the temp directory (e.g.
10 for analysis of failed test) by setting LEAVE environment variable.