]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add deref.
authorJim Meyering <jim@meyering.net>
Sun, 16 May 2004 14:10:17 +0000 (14:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 May 2004 14:10:17 +0000 (14:10 +0000)
tests/chown/Makefile.am

index 794f4eb55d74fd6eb6c2fc17386c4e0ab4484d87..645dad651b7810c67681a7c0edf3f66fb00e7bba 100644 (file)
@@ -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"