]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Reorder the test suite so that low level features are tested
authorAkim Demaille <akim@epita.fr>
Thu, 16 Nov 2000 14:56:17 +0000 (14:56 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 16 Nov 2000 14:56:17 +0000 (14:56 +0000)
commitf4ab635fa6a0dbc6c774b53ee6cbf39075d113c6
tree83718f9ae64c1a96453419b2f65923a77eba2489
parenteb0f047bb553083191b8be962f96247ed1afd0e0
Reorder the test suite so that low level features are tested
before high level ones.
* tests/semantics.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
(missing templates): Move to...
* tests/torture.at: here.
Reorder the file so that the torture test is last.
* tests/semantics.at (AC_TRY_LINK_FUNC, AC_PROG_CPP with warnings)
(AC_PROG_CPP without warnings): Move to...
* tests/compile.at: here, new file.
* tests/suite.at: Run `torture' and then `compile' before
`semantics'.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/compile.at [new file with mode: 0644]
tests/semantics.at
tests/suite.at
tests/torture.at