diff options
author | Jim Meyering <meyering@redhat.com> | 2011-06-21 17:45:11 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-21 19:16:14 +0200 |
commit | 8a54f203127575f11b9a809e002aba22a365aebe (patch) | |
tree | a9b330474621fd7009cba7779a67ba6d52267c03 /tests/include-exclude | |
parent | 5f7848a0dc89b30b15e3a76a8d53d43d4f746a36 (diff) | |
download | grep-8a54f203127575f11b9a809e002aba22a365aebe.tar.gz |
tests: ensure that each test script is executable
This adds a rule run at "make check" time to ensure that
test scripts are consistently executable.
This change is not required for "make check", but makes it easier
for people to run scripts manually, but that is discouraged because
doing so makes it easy to omit important variable settings that
are normally provided via TESTS_ENVIRONMENT.
This change also makes each of the existing TESTS executable.
* tests/Makefile.am (check_executable_TESTS): New rule.
(check): Depend on it.
* tests/{all_scripts}: chmod 755.
Prompted by a report from Eric Blake.
Diffstat (limited to 'tests/include-exclude')
-rwxr-xr-x[-rw-r--r--] | tests/include-exclude | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/include-exclude b/tests/include-exclude index 4be5c785..4be5c785 100644..100755 --- a/tests/include-exclude +++ b/tests/include-exclude |