Added missing global for $wgLinkCacheMemcached
[lhc/web/wiklou.git] / testsuite / README
1 This is a first pass at a unit test and timing suite
2 for the Wikipedia software. It is all in Java, using
3 "httpunit" (http://httpunit.sourceforge.net/). The
4 jars in the jars directory need to be in your classpath
5 for compiling and running (it may require others as
6 well depending on your JVM, but if you're a Java coder
7 you know about all that). Apache's "ant" tool is used
8 for building (http://ant.apache.org/).
9
10 I'm personally using generic Sun JDK 1.4 for Linux,
11 though other 1.4-level VMs should work (or earlier
12 ones with the addition of things like java.util.regex).
13
14 --Lee Daniel Crocker <lee@piclab.com>
15 March 4, 2003
16