svn commit: r321645 - in stable/11: etc/mtree share/examples/tests/tests share/examples/tests/tests/tap

Ngie Cooper ngie at FreeBSD.org
Fri Jul 28 03:27:42 UTC 2017


Author: ngie
Date: Fri Jul 28 03:27:41 2017
New Revision: 321645
URL: https://svnweb.freebsd.org/changeset/base/321645

Log:
  MFC r320443,r320444:
  
  r320443:
  
  Add kyua TAP test integration examples
  
  The examples are patterned loosely after the ATF examples, similar
  to the plain test examples.
  
  r320444:
  
  Commit the corresponding mtree file change for the TAP test examples
  
  MFC with:	r320443

Added:
  stable/11/share/examples/tests/tests/tap/
     - copied from r320443, head/share/examples/tests/tests/tap/
Modified:
  stable/11/etc/mtree/BSD.tests.dist
  stable/11/share/examples/tests/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/11/etc/mtree/BSD.tests.dist	Fri Jul 28 03:26:05 2017	(r321644)
+++ stable/11/etc/mtree/BSD.tests.dist	Fri Jul 28 03:27:41 2017	(r321645)
@@ -384,6 +384,8 @@
                 ..
                 plain
                 ..
+                tap
+                ..
             ..
         ..
     ..

Modified: stable/11/share/examples/tests/tests/Makefile
==============================================================================
--- stable/11/share/examples/tests/tests/Makefile	Fri Jul 28 03:26:05 2017	(r321644)
+++ stable/11/share/examples/tests/tests/Makefile	Fri Jul 28 03:27:41 2017	(r321645)
@@ -17,6 +17,7 @@ TESTSDIR=	${TESTSBASE}/share/examples/tests
 # of the system.  We use TESTS_SUBDIRS instead of SUBDIR because we want
 # the auto-generated Kyuafile to recurse into these directories.
 TESTS_SUBDIRS=	atf plain
+TESTS_SUBDIRS+=	tap
 
 # We leave KYUAFILE unset so that bsd.test.mk auto-generates a Kyuafile
 # for us based on the contents of the TESTS_SUBDIRS line above.  The


More information about the svn-src-all mailing list