svn commit: r348514 - head/share/man/man7
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Jun 2 16:33:25 UTC 2019
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
More information about the svn-src-all
mailing list