]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: if TEST_EXTENSIONS is set to empty, don't look inside it.
authorKarl Berry <karl@freefriends.org>
Fri, 28 Aug 2020 23:26:54 +0000 (16:26 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 28 Aug 2020 23:26:54 +0000 (16:26 -0700)
commit3bbcf6832ef28598ac322633d39462c1293d709b
treeb407f5133a6894a25f7eba13e0527deb43bb7061
parentc8f8c3d5fa0d30d7b7398c74632c90506ccda39e
automake: if TEST_EXTENSIONS is set to empty, don't look inside it.

This change fixes https://bugs.gnu.org/42635.

* bin/automake.in (handle_tests): do not use $test_suffixes[0]
if it does not exist.
* t/test-extensions-empty.sh: new test.
* t/list-of-tests.mk (handwritten_TESTS): add it.
bin/automake.in
t/list-of-tests.mk
t/test-extensions-empty.sh [new file with mode: 0755]