summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-15 05:46:45 +0000
committerJim Meyering <jim@meyering.net>1999-05-15 05:46:45 +0000
commitdad89f8b93eceed5081c068ff9f1056f0e5f58c6 (patch)
tree5c54c7b944e050240effaa29637f6e5527011dad /tests
parent23d3bb9416dcf7b8c1f4fdd1215dea8d34706201 (diff)
downloadcoreutils-dad89f8b93eceed5081c068ff9f1056f0e5f58c6.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/chmod/Makefile.in3
-rw-r--r--tests/cp/Makefile.in3
-rw-r--r--tests/dd/Makefile.in3
-rw-r--r--tests/dircolors/Makefile.in3
-rw-r--r--tests/install/Makefile.in3
-rw-r--r--tests/ln/Makefile.in3
-rw-r--r--tests/ls-2/Makefile.in3
-rw-r--r--tests/ls/Makefile.in3
-rw-r--r--tests/mkdir/Makefile.in3
-rw-r--r--tests/mv/Makefile.in3
-rw-r--r--tests/rm/Makefile.in3
-rw-r--r--tests/touch/Makefile.in3
12 files changed, 12 insertions, 24 deletions
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 8d62e8247..563f5e393 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -104,6 +104,7 @@ EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=`pwd`/../../src:$$PATH
+subdir = tests/chmod
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -129,8 +130,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/chmod
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index 4dfd7a6c1..fcf73faf8 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -107,6 +107,7 @@ EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=`pwd`/../../src:$$PATH
+subdir = tests/cp
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -132,8 +133,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/cp
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index d8bf496c3..59341eea8 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -108,6 +108,7 @@ TESTS_ENVIRONMENT = \
TESTS = misc
+subdir = tests/dd
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -133,8 +134,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/dd
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 20c85ba14..0c8b5f99d 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -108,6 +108,7 @@ TESTS_ENVIRONMENT = \
TESTS = simple
+subdir = tests/dircolors
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -133,8 +134,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/dircolors
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index b32dd496d..53b0c6ad3 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -107,6 +107,7 @@ TESTS_ENVIRONMENT = \
MKDIR=../../src/mkdir \
RM=../../src/rm
+subdir = tests/install
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -132,8 +133,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/install
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index 38facbc88..22c0f0244 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -104,6 +104,7 @@ EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=`pwd`/../../src:$$PATH
+subdir = tests/ln
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -129,8 +130,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/ln
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index 744f9eb53..96097e8b3 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -108,6 +108,7 @@ TESTS_ENVIRONMENT = \
TESTS = tests
+subdir = tests/ls-2
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -133,8 +134,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/ls-2
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index 447bc65bf..85ab19c03 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -102,6 +102,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits
TESTS = rt-1 time-1
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch
+subdir = tests/ls
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -127,8 +128,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/ls
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 60dfbaa79..0d3cd4f48 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -102,6 +102,7 @@ AUTOMAKE_OPTIONS = 1.1 gnits
TESTS = p-1 p-2
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = MKDIR=../../src/mkdir
+subdir = tests/mkdir
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -127,8 +128,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/mkdir
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index c0a49e93f..268b96b17 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -117,6 +117,7 @@ TESTS_ENVIRONMENT = \
PATH=../../src:$$PATH \
PROG=mv
+subdir = tests/mv
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -142,8 +143,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/mv
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 479b5e7c0..bd7aa8d41 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -110,6 +110,7 @@ TESTS_ENVIRONMENT = \
PATH=../../src:$$PATH \
PROG=rm
+subdir = tests/rm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -135,8 +136,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/rm
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index 6ce893aad..6ea1b75ca 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -104,6 +104,7 @@ EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=../../src:$$PATH
+subdir = tests/touch
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@@ -129,8 +130,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/touch
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \