Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2019 16:33:24 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348514 - head/share/man/man7
Message-ID:  <201906021633.x52GXOpp046188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Jun  2 16:33:24 2019
New Revision: 348514
URL: https://svnweb.freebsd.org/changeset/base/348514

Log:
  Make tests(7) point people at the atf(7) man page.
  
  Other frameworks, such as googletest, should be added there as well,
  once they become viable.  For now let's keep it simple.
  
  Discussed with: ngie, emaste
  MFC after:	2 weeks
  Differential Revision:	https://reviews.freebsd.org/D20124

Modified:
  head/share/man/man7/tests.7

Modified: head/share/man/man7/tests.7
==============================================================================
--- head/share/man/man7/tests.7	Sun Jun  2 16:30:53 2019	(r348513)
+++ head/share/man/man7/tests.7	Sun Jun  2 16:33:24 2019	(r348514)
@@ -26,7 +26,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 21, 2017
+.Dd June 2, 2019
 .Dt TESTS 7
 .Os
 .Sh NAME
@@ -58,6 +58,8 @@ hierarchy.
 .Pp
 This manual page describes how to run the test suite and how to configure
 some of its optional features.
+For information on writing the tests, see
+.Xr atf 7 .
 .Ss Installing the test suite
 The test suite is installed by default as of
 .Fx
@@ -222,6 +224,7 @@ Top-level test suite definition file.
 .El
 .Sh SEE ALSO
 .Xr kyua 1 ,
+.Xr atf 7 ,
 .Xr build 7
 .Sh HISTORY
 The



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