]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: autogenerate list of wrapped tests for `lib/' shell scripts
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Jun 2011 12:48:57 +0000 (14:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Jun 2011 12:48:57 +0000 (14:48 +0200)
commit5ac7081cc229a57df779a134de5b192c6d3519a7
treef375c456348c2d53116a9ec00225cdd4004cb9ac
parent1222bfbc2cbf164f7ece4ff952c6798a1d5eb585
tests: autogenerate list of wrapped tests for `lib/' shell scripts

* tests/gen-config-shell-tests: New script, generates distributed
makefile snippet `tests/config-shell-tests.am' to list all tests
that use the `get_shell_script' function, with names mangled to
use suffix `-w.shtst', in ...
* tests/Makefile.am (config_shell_tests): ... this macro, whose
definition has been consequently removed from Makefile.am.
(EXTRA_DIST): Distribute the new script.
($(srcdir)/config-shell-tests.am): Generate using the new script.
(include): Include the `config-shell-tests.am' fragment.
* bootstrap: Invoke `tests/gen-config-shell-tests' to generate
`tests/config-shell-tests.am'.
* tests/.gitignore: Ignore `config-shell-tests.am'.
* tests/gen-parallel-tests: Fixlet in heading comments.
ChangeLog
bootstrap
tests/.gitignore
tests/Makefile.am
tests/Makefile.in
tests/gen-config-shell-tests [new file with mode: 0755]
tests/gen-parallel-tests