]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Arrange for "make check-root" to run the new root-only test.
authorJim Meyering <jim@meyering.net>
Mon, 20 Nov 2006 23:37:03 +0000 (00:37 +0100)
committerJim Meyering <jim@meyering.net>
Mon, 20 Nov 2006 23:37:03 +0000 (00:37 +0100)
* tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid.
(all_t): Add t7.

ChangeLog
tests/Makefile.am

index d2dbf1322605b0a0d0b1a7b8dd8d31c70571fcd0..8766a5ff8a38220f36cade7d5624eb584705a216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-21  Jim Meyering  <jim@meyering.net>
+
+       Arrange for "make check-root" to run the new root-only test.
+       * tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid.
+       (all_t): Add t7.
+
 2006-11-20  Jim Meyering  <jim@meyering.net>
 
        Add a root-only test for today's lib/idcache.c fix.
index d173ecda92460578a959cd9d08ba653c731a1e33..4a566c257614b69496799667e29d1345fbce9163 100644 (file)
@@ -29,7 +29,7 @@ SUBDIRS = \
   tsort unexpand uniq wc
 ## N O T E :: Please do not add new directories.
 
-all_t = t1 t2 t3 t4 t5 t6
+all_t = t1 t2 t3 t4 t5 t6 t7
 .PHONY: check-root $(all_t)
 check-root: $(all_t)
 
@@ -45,6 +45,8 @@ t5:
        cd tail-2 && $(MAKE) check TESTS=append-only
 t6:
        cd rm    && $(MAKE) check TESTS=one-file-system
+t7:
+       cd ls    && $(MAKE) check TESTS=nameless-uid
 
 check-recursive: root-hint