diff options
author | Paul Smith <psmith@gnu.org> | 2004-09-21 12:07:12 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-09-21 12:07:12 +0000 |
commit | 704c60cec021d75164c8a7c34bcd667e45f184e3 (patch) | |
tree | f910a966cede38013d111434ecf8e08e6547acd3 /tests | |
parent | 9714e501fb356adb043c77a3180a7f8c16c1484d (diff) | |
download | gunmake-704c60cec021d75164c8a7c34bcd667e45f184e3.tar.gz |
Remove sindex() and replace with strstr().
Windows: allow users to set SHELL to cmd.exe and have it behave as if no
UNIX shell were found.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index eec2ef1..ba6b59e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,12 @@ +2004-09-21 Paul D. Smith <psmith@gnu.org> + + * run_make_tests.pl (run_make_test): Enhance to allow the make + string to be undef: in that case it reuses the previous make + string. Allows multiple tests on the same makefile. + + * scripts/variables/flavors: Add some tests for prefix characters + interacting with define/endef variables. + 2004-09-20 Paul D. Smith <psmith@gnu.org> * scripts/functions/substitution: Rewrite to use run_make_test() |