From 8a54f203127575f11b9a809e002aba22a365aebe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Jun 2011 17:45:11 +0200 Subject: 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. --- tests/high-bit-range | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/high-bit-range (limited to 'tests/high-bit-range') diff --git a/tests/high-bit-range b/tests/high-bit-range old mode 100644 new mode 100755 -- cgit v1.2.1