1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Rename test.data.pl to Trtest.pm.

This commit is contained in:
Jim Meyering
1996-08-17 17:53:21 +00:00
parent 9cccef82ce
commit b98971b7a0

View File

@@ -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