X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sat, 05 Jan 2002 20:35:17 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <5573-Sat05Jan2002203516+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200201051702.g05H2kv24835@envy.delorie.com> (message from DJ Delorie on Sat, 5 Jan 2002 12:02:46 -0500) Subject: Re: tests/libc/posix/regex/r1.c corrupted? References: <10201051703 DOT AA14085 AT clio DOT rice DOT edu> <200201051702 DOT g05H2kv24835 AT envy DOT delorie DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 5 Jan 2002 12:02:46 -0500 > From: DJ Delorie > > What we need is something like dejagnu, which can run *all* the > tests, automatically, and report on the results. Dejagnu is IMHO an overkill: the test programs are mostly noninteractive, so all we need is a series of makefile rules which will compare the output with the expected output (using e.g. `cmp' or `diff'). (Of course, someone should prepare the expected results to get the thing going the first time.)