diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-13 10:04:35 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-15 08:40:39 +0200 |
commit | 56f1bd10fc1f2c0d7b72a4e016a45ab12b896901 (patch) | |
tree | 76248442042d81cd3cd931e72a16e6862b8b3c38 /tests/misc | |
parent | fbae6a7b39a1e54ea672e0b592438e9555c0d97a (diff) | |
download | coreutils-56f1bd10fc1f2c0d7b72a4e016a45ab12b896901.tar.xz |
Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc.
tests/check.mk (top_srcdir): Define.
tests/*/Makefile.am: Remove definitions of $(srcdir), $(top_srcdir),
$(abs_top_srcdir), and $(abs_top_builddir), since they're
defined via the included tests/check.mk.
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 636918c39..e1de08dc7 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -22,9 +22,6 @@ built_programs = \ TESTS_ENVIRONMENT = \ built_programs="`$(built_programs)`" \ - top_srcdir=$(top_srcdir) \ - abs_top_builddir=$(abs_top_builddir) \ - abs_top_srcdir=$(abs_top_srcdir) \ PACKAGE_VERSION=$(PACKAGE_VERSION) \ PERL="$(PERL)" \ BUILD_SRC_DIR="`pwd`/../../src" \ |