From: Jim Meyering Date: Sun, 16 May 2004 14:10:17 +0000 (+0000) Subject: (TESTS): Add deref. X-Git-Tag: v5.3.0~1551 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=877467bc0cfc95e9ed8b73b37ed928adbd00ffa3;p=thirdparty%2Fcoreutils.git (TESTS): Add deref. --- diff --git a/tests/chown/Makefile.am b/tests/chown/Makefile.am index 794f4eb55d..645dad651b 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"