summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
AgeCommit message (Collapse)AuthorFilesLines
2004-09-21Add some more unit tests for variable flavors.Paul Smith1-0/+1
Allow run_make_tests() to be invoked with an undef makefile string, in which case it re-uses the previous string.
2004-05-16Various enhancementsPaul Smith1-26/+21
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
2004-03-22Numerous updates and bug fixes.Paul Smith1-19/+51
A number of W32 cleanups from J.Grant. A number of OS/2 cleanups from Andreas Buening. Various random bug fixes.
2002-09-10Fix regex matching for modification time warnings.Paul Smith1-4/+2
The ones we had were weird, and failed for multiple warnings in a single file.
2002-09-10Have the test driver check for the new format of the time skew errorPaul Smith1-2/+2
messages.
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-2/+16
decided to implement this a different way, and didn't use it.
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith1-5/+5
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2000-02-09* Fix some warnings in gettext.c and function.cPaul Smith1-2/+3
* Don't try to execute tests which are actually directories.
1999-09-29* Fix for DOS short filenames.Paul Smith1-8/+8
1999-09-17* A few script fixes and updates for 3.78.Paul Smith1-6/+18
1999-09-16* Fix some tests.Paul Smith1-7/+28
1999-09-15* Cleanup the test suite.Paul Smith1-1/+9
1999-09-14* Added the test suite to the main distribution.Paul Smith1-0/+1059