The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=842fde22b0185acb5b9b319b83d265994b2974e4
commit 842fde22b0185acb5b9b319b83d265994b2974e4 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2025-07-05 15:43:50 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2025-07-06 01:57:48 +0000 src.conf.5: Add WITH_RUN_TESTS description Fixes: 8e1e989c77d4 ("Add host.test.mk for DIRDEPS_BUILD") Sponosred by: The FreeBSD Foundation --- share/man/man5/src.conf.5 | 4 +++- tools/build/options/WITH_RUN_TESTS | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index aecdde416578..63e9f471f1f1 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd June 20, 2025 +.Dd July 5, 2025 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1570,6 +1570,8 @@ utility. Build .Xr rpcbind 8 with warmstart support. +.It Va WITH_RUN_TESTS +Run tests as part of the build. .It Va WITHOUT_SCTP_SUPPORT Disable support in the kernel for the .Xr sctp 4 diff --git a/tools/build/options/WITH_RUN_TESTS b/tools/build/options/WITH_RUN_TESTS new file mode 100644 index 000000000000..91b30522a3d3 --- /dev/null +++ b/tools/build/options/WITH_RUN_TESTS @@ -0,0 +1 @@ +Run tests as part of the build.