diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-16 08:20:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-16 08:20:11 +0000 |
commit | 66e2135f070bd64e752e4c882653a255941dcc13 (patch) | |
tree | 4232aea7c31b176101128346f549c5730f6ba4c9 | |
parent | e6a5c51ed72695168b1ec5c294d6a2e975a7bd99 (diff) | |
download | coreutils-66e2135f070bd64e752e4c882653a255941dcc13.tar.xz |
(TESTS): Add recurse.
-rw-r--r-- | tests/chgrp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am index b72e2e328..5b0ecd8ea 100644 --- a/tests/chgrp/Makefile.am +++ b/tests/chgrp/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = basic +TESTS = basic deref recurse EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |