diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-17 12:11:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-17 12:11:19 +0000 |
commit | da9163d7b6e08c882bf680e7fcca3a8dc0271650 (patch) | |
tree | 3ae15eb7749c2a29128d10f95b42a6373eae761c /tests/chown | |
parent | 06dc5c8efa1f768771920f2174425eefc548f3bf (diff) | |
download | coreutils-da9163d7b6e08c882bf680e7fcca3a8dc0271650.tar.xz |
.
Diffstat (limited to 'tests/chown')
-rw-r--r-- | tests/chown/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index a5507fe2b..bdd4a7f02 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -260,7 +260,10 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = basic +TESTS = \ + deref \ + basic + EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |