Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2017 03:27:41 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r321645 - in stable/11: etc/mtree share/examples/tests/tests share/examples/tests/tests/tap
Message-ID:  <201707280327.v6S3Rf92038204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707280327.v6S3Rf92038204>