From f7d0d3317e9727162b5d66b60d474c93781fc30f Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Thu, 2 Jun 2005 13:28:36 +0000 Subject: [PATCH] Add Nik Clayton's tasks to improve the regression testing infrastructure in src/tools/regression. Submitted by: nik --- en/projects/summerofcode.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/en/projects/summerofcode.sgml b/en/projects/summerofcode.sgml index c262b6a57e..beb792fa07 100644 --- a/en/projects/summerofcode.sgml +++ b/en/projects/summerofcode.sgml @@ -1,6 +1,6 @@ - + %includes; %developers; @@ -78,6 +78,18 @@ fsfs repositories and Perforce depots. Currently part of the work and research has already been completed. &a.mux; is the coordinator. + +
  • Improve our regression testing system : Nik + Clayton has written a regression test infrastructure using Perl. + More of the regression tests should be made to work with libtap. + There are two main parts to it. First, many of the existing tests + should be moved from using assert() to using ok() and friends from + libtap. Second, more regression tests should be written. + Students familiar with scripting languages and software testing + are encouraged to work on this. &a.nik; is the coordinator. +
  • +