]> sourceware.org Git - automake.git/commit
Append $(EXEEXT) to programs that may be listed in TESTS.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Jan 2006 17:35:12 +0000 (17:35 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Jan 2006 17:35:12 +0000 (17:35 +0000)
commitf18777dec537a74d6238dbb92b7b502f7c31a639
tree393adcdc107ba3b59c89d2df4ebc84f882e5c996
parentb8e99adaea921ddfc177f8fcf047e490d1093a98
Append $(EXEEXT) to programs that may be listed in TESTS.
Report from Simon Josefsson.

* automake.in (%known_programs): New global.
(initialize_per_input): Reset it.
(append_exeext): Take a predicate as first argument to select
the filename to rewrite.
(handle_programs): Fill %known_programs.
(handle_tests): Append $(EXEEXT) to all tests that are in
%known_programs.
(am_install_var): Update call to append_exeext.
* doc/automake.texi (EXEEXT): TESTS is also rewritten.
(Tests): More about the difference between check_PROGRAMS and TESTS.
Give an example of TEST_ENVIRONMENT.
* tests/cond32.test: Augment with a nested condition.
* tests/exeext4.test: Also check TESTS.
* tests/check5.test: New file.
* tests/Makefile.am (TESTS): Add check5.test.
ChangeLog
NEWS
automake.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
tests/Makefile.am
tests/Makefile.in
tests/check5.test [new file with mode: 0755]
tests/cond32.test
tests/exeext4.test
This page took 0.028247 seconds and 5 git commands to generate.