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