]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: use suffix, not exec-bit, to tell which files are tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 2 Sep 2012 19:55:07 +0000 (21:55 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Sep 2012 06:48:28 +0000 (08:48 +0200)
commite8f9c131baf50f094228d2181c5ac83e6182be5a
treed403c919251a3d275950dcd769a29d1f3838ebdb
parent995cd3fa66f484964f9b5f75a2991d92f141a8ba
tests: use suffix, not exec-bit, to tell which files are tests

* tests/Makefile.am (vc_exe_in_TESTS): Adjust to look, in the 'tests/'
subdirectory, for files that have one of the extensions listed in
$(TEST_EXTENSIONS), rather than for executable files.
tests/Makefile.am