diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-14 09:16:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-14 09:16:23 +0000 |
commit | c134ce8fabc0995d792fa26aba98d6b2254d00ad (patch) | |
tree | 66f861738930137113ed4aa74d74761b56966515 /tests | |
parent | 784b5000f76071845e7b650fc365ab11e3d12580 (diff) | |
download | coreutils-c134ce8fabc0995d792fa26aba98d6b2254d00ad.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 6 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index f0bd2381c..59f6a7667 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -273,11 +273,7 @@ target_alias = @target_alias@ # otherwise we may get into trouble with distinct strings that the # current locale considers to be equal. ASSORT = LC_ALL=C sort -all_programs = \ - echo 'spy:;@echo $$(all_programs)' \ - | MAKEFLAGS= $(MAKE) -s -C ../src -f Makefile -f - spy \ - | ../src/tr -s ' ' '\n' | $(ASSORT) -u - +all_programs = (cd ../src && MAKEFLAGS= $(MAKE) -s all_programs.list) TESTS = help-version TESTS_ENVIRONMENT = \ all_programs="`$(all_programs)`" \ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 23fdc0b12..e192f9442 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -261,6 +261,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ + unread3 \ no-give-up \ dir-no-w \ fail-2eperm \ |