diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-07 14:22:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-07 14:22:11 +0000 |
commit | e1d09fbef3b87ffd4e864e9757ca8d07eaf96af3 (patch) | |
tree | a213be813f9332cf1115427c814a08191ebcf3da /tests | |
parent | 4d73de7228538c937167acc7af3402401029ecc8 (diff) | |
download | coreutils-e1d09fbef3b87ffd4e864e9757ca8d07eaf96af3.tar.xz |
(TESTS): Add parents.
(TESTS_ENVIRONMENT): Define srcdir=$(srcdir).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mkdir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am index 1cb830be2..2ba10b43d 100644 --- a/tests/mkdir/Makefile.am +++ b/tests/mkdir/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = p-1 p-2 special-1 perm +TESTS = p-1 p-2 special-1 perm parents EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ |