aboutsummaryrefslogtreecommitdiff
path: root/tests/tester.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-061-158/+0
| | | | | | | 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+7
| | | | -Erik
* 'Nother patch from Larry to fix a buglet in how the line gets sed-ified.Mark Whitley2001-05-241-2/+2
| | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases.
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidMark Whitley2001-05-241-5/+9
| | | | a bash2-ism and quote variables that contain strings.
* Some new testcases, some improvements to the tester.sh script.Mark Whitley2001-03-131-26/+76
|
* Created new regression testing framework with a number of testcases (many moreMark Whitley2001-03-101-0/+104
can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.)