Added summary of how to install xfce4. Corrected one of the commands.
[ikiwiki.git] / docs / developer / RegressionTest.mdwn
1 ## TET
2 An automatic system to check for re-occurring old bugs or missing standards compliance.
3
4 See FreeBSD's [http://wikitest.freebsd.org/TetIntegration](http://wikitest.freebsd.org/TetIntegration) for an idea of a structured approach.
5
6 ## Lightweight test case framework
7
8 During Google Summer of code 2009, I have written a lightweight test case framework along with ~300 test cases. The repository is available here:
9
10 http://gitweb.dragonflybsd.org/~beket/pcca-tests.git
11
12 In case anyone wants to give it a really quick shot:
13
14     $ git clone git://gitweb.dragonflybsd.org/~beket/pcca-tests.git
15     $ cd pcca-tests
16     $ cat README | less      # and make sure that the requirements of the host OS are met
17     $ ./mktests.sh -sbr
18
19 Please let me know of any issue whatsoever you are faced with.