summaryrefslogtreecommitdiff
path: root/tests/wc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-19 04:45:09 +0000
committerJim Meyering <jim@meyering.net>1999-04-19 04:45:09 +0000
commit36564cbefdba735d60d4aa3724065356c0b52939 (patch)
treedc6d2d31ac77dd19c4dae4f8aa6d60be444c0b14 /tests/wc
parent95836befb3f0f25fc277ba8cd73e036cc54036ca (diff)
downloadcoreutils-36564cbefdba735d60d4aa3724065356c0b52939.tar.xz
.
Diffstat (limited to 'tests/wc')
-rw-r--r--tests/wc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index 74c52619f..e82710f43 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -57,6 +57,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+AMTAR = @AMTAR@
AMTARFLAGS = @AMTARFLAGS@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
@@ -84,7 +85,6 @@ POFILES = @POFILES@
POSUB = @POSUB@
POW_LIBM = @POW_LIBM@
RANLIB = @RANLIB@
-TAR = @TAR@
U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
@@ -160,6 +160,7 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
+
check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; \
srcdir=$(srcdir); export srcdir; \