diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-30 14:13:12 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-30 18:55:59 +0200 |
commit | 9eb4c31eb78c28dd9f72d1cbb940270311be343c (patch) | |
tree | ea3078bc1b002a9f948ed41445ca32318002a1d3 /tests/split | |
parent | 00f5ba15dd91a3d9780fe1fbd06a4df436ae6714 (diff) | |
download | coreutils-9eb4c31eb78c28dd9f72d1cbb940270311be343c.tar.xz |
tests: add .sh and .pl suffixes to shell and perl tests, respectively
Not only this shrinks the size of the generated Makefile (from > 6300
lines to ~3000), but will allow further simplifications in future
changes.
* tests/Makefile.am (TEST_EXTENSIONS): Add '.sh' and '.pl'.
(PL_LOG_COMPILER, SH_LOG_COMPILER): New, still defined simply to
$(LOG_COMPILER) for the time being.
(TESTS, root_tests): Adjust as described.
* All tests: Rename as described.
Diffstat (limited to 'tests/split')
-rwxr-xr-x | tests/split/additional-suffix.sh (renamed from tests/split/additional-suffix) | 0 | ||||
-rwxr-xr-x | tests/split/b-chunk.sh (renamed from tests/split/b-chunk) | 0 | ||||
-rwxr-xr-x | tests/split/fail.sh (renamed from tests/split/fail) | 0 | ||||
-rwxr-xr-x | tests/split/filter.sh (renamed from tests/split/filter) | 0 | ||||
-rwxr-xr-x | tests/split/guard-input.sh (renamed from tests/split/guard-input) | 0 | ||||
-rwxr-xr-x | tests/split/l-chunk.sh (renamed from tests/split/l-chunk) | 0 | ||||
-rwxr-xr-x | tests/split/lines.sh (renamed from tests/split/lines) | 0 | ||||
-rwxr-xr-x | tests/split/numeric.sh (renamed from tests/split/numeric) | 0 | ||||
-rwxr-xr-x | tests/split/r-chunk.sh (renamed from tests/split/r-chunk) | 0 | ||||
-rwxr-xr-x | tests/split/suffix-auto-length.sh (renamed from tests/split/suffix-auto-length) | 0 | ||||
-rwxr-xr-x | tests/split/suffix-length.sh (renamed from tests/split/suffix-length) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/tests/split/additional-suffix b/tests/split/additional-suffix.sh index 8cfd3c1e6..8cfd3c1e6 100755 --- a/tests/split/additional-suffix +++ b/tests/split/additional-suffix.sh diff --git a/tests/split/b-chunk b/tests/split/b-chunk.sh index dd8b6cbdd..dd8b6cbdd 100755 --- a/tests/split/b-chunk +++ b/tests/split/b-chunk.sh diff --git a/tests/split/fail b/tests/split/fail.sh index 83251e9e1..83251e9e1 100755 --- a/tests/split/fail +++ b/tests/split/fail.sh diff --git a/tests/split/filter b/tests/split/filter.sh index 7a55818e7..7a55818e7 100755 --- a/tests/split/filter +++ b/tests/split/filter.sh diff --git a/tests/split/guard-input b/tests/split/guard-input.sh index 7a6fba3f5..7a6fba3f5 100755 --- a/tests/split/guard-input +++ b/tests/split/guard-input.sh diff --git a/tests/split/l-chunk b/tests/split/l-chunk.sh index 8199883a4..8199883a4 100755 --- a/tests/split/l-chunk +++ b/tests/split/l-chunk.sh diff --git a/tests/split/lines b/tests/split/lines.sh index 35eb3eb2a..35eb3eb2a 100755 --- a/tests/split/lines +++ b/tests/split/lines.sh diff --git a/tests/split/numeric b/tests/split/numeric.sh index ad22df621..ad22df621 100755 --- a/tests/split/numeric +++ b/tests/split/numeric.sh diff --git a/tests/split/r-chunk b/tests/split/r-chunk.sh index afd9bf4be..afd9bf4be 100755 --- a/tests/split/r-chunk +++ b/tests/split/r-chunk.sh diff --git a/tests/split/suffix-auto-length b/tests/split/suffix-auto-length.sh index dacc95158..dacc95158 100755 --- a/tests/split/suffix-auto-length +++ b/tests/split/suffix-auto-length.sh diff --git a/tests/split/suffix-length b/tests/split/suffix-length.sh index bc65e9f6d..bc65e9f6d 100755 --- a/tests/split/suffix-length +++ b/tests/split/suffix-length.sh |