diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 17:53:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 17:53:21 +0000 |
commit | b98971b7a068d0a993ab9b77d7a135a8b6b17752 (patch) | |
tree | 184a0dd7a5d0b2955b25793203f03be81e994e4b /tests/tr | |
parent | 9cccef82ce0eb3e8633f893c98a630e574443033 (diff) | |
download | coreutils-b98971b7a068d0a993ab9b77d7a135a8b6b17752.tar.xz |
Rename test.data.pl to Trtest.pm.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index 1fee71f4a..7d80e32a3 100644 --- a/tests/tr/Makefile.am +++ b/tests/tr/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.0 -EXTRA_DIST = build-script.pl test.data.pl +EXTRA_DIST = build-script.pl Trtest.pm noinst_SCRIPTS = tr-tests PERL = @PERL@ @@ -10,8 +10,8 @@ editpl = sed -e 's,@''PERL''@,$(PERL),g' TESTS = tr-tests -tr-tests: build-script test.data.pl - ./build-script test.data.pl > $@.n +tr-tests: build-script Trtest.pm + ./build-script Trtest.pm > $@.n mv $@.n $@ chmod 755 $@ @@ -21,5 +21,5 @@ SUFFIXES = .pl rm -f $@ $@.tmp $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@ -MAINTAINERCLEANFILES = tr-tests t*.in t*.exp t*.err -CLEANFILES = t*.out +MAINTAINERCLEANFILES = tr-tests t*.in t*.exp +CLEANFILES = t*.out t*.err |