svn commit: r291890 - user/ngie/make_check/share/man/man7

Garrett Cooper ngie at FreeBSD.org
Sun Dec 6 05:56:50 UTC 2015


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 at mired.org


More information about the svn-src-user mailing list