svn commit: r321214 - head/targets/pseudo/tests

Ngie Cooper ngie at FreeBSD.org
Wed Jul 19 16:45:59 UTC 2017


Author: ngie
Date: Wed Jul 19 16:45:57 2017
New Revision: 321214
URL: https://svnweb.freebsd.org/changeset/base/321214

Log:
  Update targets/pseudo/tests/Makefile.depend after recent additions/subtractions
  from the FreeBSD test suite.
  
  MFC after:	3 days
  MFC with:	r316603

Modified:
  head/targets/pseudo/tests/Makefile.depend

Modified: head/targets/pseudo/tests/Makefile.depend
==============================================================================
--- head/targets/pseudo/tests/Makefile.depend	Wed Jul 19 16:39:00 2017	(r321213)
+++ head/targets/pseudo/tests/Makefile.depend	Wed Jul 19 16:45:57 2017	(r321214)
@@ -7,9 +7,12 @@
 # find . -name Makefile -exec grep -l '^\.include.*\.test.mk' {} + | grep -v '^\./contrib' | sed -e 's,/Makefile,,' -e 's,^\./,,' -e 's,^,	,' -e 's,$, \\,' | sort
 DIRDEPS= \
       bin/cat/tests \
+      bin/chmod/tests \
       bin/date/tests \
       bin/dd/tests \
+      bin/echo/tests \
       bin/expr/tests \
+      bin/ln/tests \
       bin/ls/tests \
       bin/mv/tests \
       bin/pax/tests \
@@ -118,7 +121,6 @@ DIRDEPS= \
       cddl/usr.sbin/zfsd/tests \
       gnu/lib/tests \
       gnu/tests \
-      gnu/usr.bin/diff/tests \
       gnu/usr.bin/tests \
       lib/atf/libatf-c++/tests \
       lib/atf/libatf-c++/tests/detail \
@@ -186,6 +188,7 @@ DIRDEPS= \
       sbin/ifconfig/tests \
       sbin/mdconfig/tests \
       sbin/pfctl/tests \
+      sbin/savecore/tests \
       sbin/tests \
       secure/lib/tests \
       secure/libexec/tests \
@@ -196,7 +199,9 @@ DIRDEPS= \
       share/examples/tests/tests \
       share/examples/tests/tests/atf \
       share/examples/tests/tests/plain \
+      share/examples/tests/tests/tap \
       share/tests \
+      share/zoneinfo/tests \
       tests \
       tests/etc \
       tests/etc/rc.d \
@@ -246,6 +251,7 @@ DIRDEPS= \
       tests/sys/pjdfstest/tests/symlink \
       tests/sys/pjdfstest/tests/truncate \
       tests/sys/pjdfstest/tests/unlink \
+      tests/sys/pjdfstest/tests/utimensat \
       tests/sys/posixshm \
       tests/sys/sys \
       tests/sys/vfs \
@@ -306,13 +312,19 @@ DIRDEPS= \
       usr.bin/cmp/tests \
       usr.bin/col/tests \
       usr.bin/comm/tests \
+      usr.bin/compress/tests \
       usr.bin/cpio/tests \
+      usr.bin/csplit/tests \
       usr.bin/cut/tests \
       usr.bin/diff/tests \
+      usr.bin/diff3/tests \
       usr.bin/dirname/tests \
+      usr.bin/du/tests \
       usr.bin/file2c/tests \
+      usr.bin/getconf/tests \
       usr.bin/grep/tests \
       usr.bin/gzip/tests \
+      usr.bin/hexdump/tests \
       usr.bin/ident/tests \
       usr.bin/indent/tests \
       usr.bin/join/tests \
@@ -324,10 +336,12 @@ DIRDEPS= \
       usr.bin/ncal/tests \
       usr.bin/pr/tests \
       usr.bin/printf/tests \
+      usr.bin/procstat/tests \
       usr.bin/sdiff/tests \
       usr.bin/sed/tests \
       usr.bin/sed/tests/regress.multitest.out \
       usr.bin/soelim/tests \
+      usr.bin/stat/tests \
       usr.bin/tail/tests \
       usr.bin/tar/tests \
       usr.bin/tests \


More information about the svn-src-all mailing list