diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-16 14:10:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-16 14:10:17 +0000 |
commit | 877467bc0cfc95e9ed8b73b37ed928adbd00ffa3 (patch) | |
tree | 5646c0cee34a6048c736a557312a2157d5c234bd /tests | |
parent | 0c1db9f1cac213136d99311229032c615698e5d4 (diff) | |
download | coreutils-877467bc0cfc95e9ed8b73b37ed928adbd00ffa3.tar.xz |
(TESTS): Add deref.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chown/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/chown/Makefile.am b/tests/chown/Makefile.am index 794f4eb55..645dad651 100644 --- a/tests/chown/Makefile.am +++ b/tests/chown/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = basic +TESTS = \ + deref \ + basic EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |