Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 05:56:49 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r291890 - user/ngie/make_check/share/man/man7
Message-ID:  <201512060556.tB65unbF064193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Dec  6 05:56:49 2015
New Revision: 291890
URL: https://svnweb.freebsd.org/changeset/base/291890

Log:
  Document `make check` and `make checkworld` in build(7)

Modified:
  user/ngie/make_check/share/man/man7/build.7

Modified: user/ngie/make_check/share/man/man7/build.7
==============================================================================
--- user/ngie/make_check/share/man/man7/build.7	Sun Dec  6 05:54:38 2015	(r291889)
+++ user/ngie/make_check/share/man/man7/build.7	Sun Dec  6 05:56:49 2015	(r291890)
@@ -107,6 +107,16 @@ section below, and by the variables docu
 The following list provides the names and actions for the targets
 supported by the build system:
 .Bl -tag -width ".Cm cleandepend"
+.It Cm check
+Run tests for a given subdirectory.
+The default directory used is
+.Pa ${.OBJDIR} ,
+but the check directory can be changed with
+.Pa ${CHECKDIR} .
+.It Cm checkworld
+Run the
+.Fx
+Test Suite on installed world.
 .It Cm clean
 Remove any files created during the build process.
 .It Cm cleandepend
@@ -653,6 +663,7 @@ make TARGET=sparc64 DESTDIR=/clients/spa
 .Xr mergemaster 8 ,
 .Xr portsnap 8 ,
 .Xr reboot 8 ,
-.Xr shutdown 8
+.Xr shutdown 8 ,
+.Xr tests 7
 .Sh AUTHORS
 .An Mike W. Meyer Aq Mt mwm@mired.org



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