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/dd | |
parent | 00f5ba15dd91a3d9780fe1fbd06a4df436ae6714 (diff) | |
download | coreutils-9eb4c31eb78c28dd9f72d1cbb940270311be343c.tar.gz |
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/dd')
-rwxr-xr-x | tests/dd/bytes.sh (renamed from tests/dd/bytes) | 0 | ||||
-rwxr-xr-x | tests/dd/direct.sh (renamed from tests/dd/direct) | 0 | ||||
-rwxr-xr-x | tests/dd/misc.sh (renamed from tests/dd/misc) | 0 | ||||
-rwxr-xr-x | tests/dd/nocache.sh (renamed from tests/dd/nocache) | 0 | ||||
-rwxr-xr-x | tests/dd/not-rewound.sh (renamed from tests/dd/not-rewound) | 0 | ||||
-rwxr-xr-x | tests/dd/reblock.sh (renamed from tests/dd/reblock) | 0 | ||||
-rwxr-xr-x | tests/dd/skip-seek-past-dev.sh (renamed from tests/dd/skip-seek-past-dev) | 0 | ||||
-rwxr-xr-x | tests/dd/skip-seek-past-file.sh (renamed from tests/dd/skip-seek-past-file) | 0 | ||||
-rwxr-xr-x | tests/dd/skip-seek.pl (renamed from tests/dd/skip-seek) | 0 | ||||
-rwxr-xr-x | tests/dd/skip-seek2.sh (renamed from tests/dd/skip-seek2) | 0 | ||||
-rwxr-xr-x | tests/dd/sparse.sh (renamed from tests/dd/sparse) | 0 | ||||
-rwxr-xr-x | tests/dd/stderr.sh (renamed from tests/dd/stderr) | 0 | ||||
-rwxr-xr-x | tests/dd/unblock-sync.sh (renamed from tests/dd/unblock-sync) | 0 | ||||
-rwxr-xr-x | tests/dd/unblock.pl (renamed from tests/dd/unblock) | 0 |
14 files changed, 0 insertions, 0 deletions
diff --git a/tests/dd/bytes b/tests/dd/bytes.sh index 2d40f0641..2d40f0641 100755 --- a/tests/dd/bytes +++ b/tests/dd/bytes.sh diff --git a/tests/dd/direct b/tests/dd/direct.sh index c231bee30..c231bee30 100755 --- a/tests/dd/direct +++ b/tests/dd/direct.sh diff --git a/tests/dd/misc b/tests/dd/misc.sh index 52a5b2081..52a5b2081 100755 --- a/tests/dd/misc +++ b/tests/dd/misc.sh diff --git a/tests/dd/nocache b/tests/dd/nocache.sh index 274bb8a03..274bb8a03 100755 --- a/tests/dd/nocache +++ b/tests/dd/nocache.sh diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound.sh index 5364f907f..5364f907f 100755 --- a/tests/dd/not-rewound +++ b/tests/dd/not-rewound.sh diff --git a/tests/dd/reblock b/tests/dd/reblock.sh index 92253fb19..92253fb19 100755 --- a/tests/dd/reblock +++ b/tests/dd/reblock.sh diff --git a/tests/dd/skip-seek-past-dev b/tests/dd/skip-seek-past-dev.sh index f4184b1bf..f4184b1bf 100755 --- a/tests/dd/skip-seek-past-dev +++ b/tests/dd/skip-seek-past-dev.sh diff --git a/tests/dd/skip-seek-past-file b/tests/dd/skip-seek-past-file.sh index 0a8e1fdc5..0a8e1fdc5 100755 --- a/tests/dd/skip-seek-past-file +++ b/tests/dd/skip-seek-past-file.sh diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek.pl index 33eb9b451..33eb9b451 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek.pl diff --git a/tests/dd/skip-seek2 b/tests/dd/skip-seek2.sh index 7f5e0560f..7f5e0560f 100755 --- a/tests/dd/skip-seek2 +++ b/tests/dd/skip-seek2.sh diff --git a/tests/dd/sparse b/tests/dd/sparse.sh index 35ddda91e..35ddda91e 100755 --- a/tests/dd/sparse +++ b/tests/dd/sparse.sh diff --git a/tests/dd/stderr b/tests/dd/stderr.sh index 2c062787d..2c062787d 100755 --- a/tests/dd/stderr +++ b/tests/dd/stderr.sh diff --git a/tests/dd/unblock-sync b/tests/dd/unblock-sync.sh index 68239f228..68239f228 100755 --- a/tests/dd/unblock-sync +++ b/tests/dd/unblock-sync.sh diff --git a/tests/dd/unblock b/tests/dd/unblock.pl index d71873333..d71873333 100755 --- a/tests/dd/unblock +++ b/tests/dd/unblock.pl |