From: Beket Date: Sat, 7 Nov 2009 21:51:29 +0000 (-0800) Subject: Few words for my regression suite effort X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/dae714f8860c53da1a238231f7a7dcb95b866d61 Few words for my regression suite effort --- diff --git a/docs/developer/RegressionTest.mdwn b/docs/developer/RegressionTest.mdwn index 4bca0a9b..4f2406b7 100644 --- a/docs/developer/RegressionTest.mdwn +++ b/docs/developer/RegressionTest.mdwn @@ -1,6 +1,16 @@ An automatic system to check for re-occurring old bugs or missing standards compliance. +See FreeBSD's [http://wikitest.freebsd.org/TetIntegration](http://wikitest.freebsd.org/TetIntegration) for an idea of a structured approach. +During Google Summer of code 2009, I have written a lightweight test case framework along with ~300 test cases. The repository is available here: -See FreeBSD's [http://wikitest.freebsd.org/TetIntegration](http://wikitest.freebsd.org/TetIntegration) for an idea of a structured approach. +http://gitweb.dragonflybsd.org/~beket/pcca-tests.git + +In case anyone wants to give it a really quick shot: +$ git clone git://gitweb.dragonflybsd.org/~beket/pcca-tests.git +$ cd pcca-tests +$ cat README | less # and make sure that the requirements of the +host OS are met +$ ./mktests.sh -sbr +Please let me know of any issue whatsoever you are faced with.