build: improve rtc_include_tests documentation

"including" them in the standalone checkout is ambigious,
this might mean not checking them out from git.

BUG=None
NOTRY=true

Change-Id: I53334a718c5535f63faa87d9e0fe6575012e0d2f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209223
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#33388}
This commit is contained in:
Philipp Hancke
2021-03-02 21:23:24 +01:00
committed by Commit Bot
parent 1413e2db4c
commit 1a89bc8b62

View File

@ -264,7 +264,8 @@ declare_args() {
rtc_enable_avx2 = false rtc_enable_avx2 = false
} }
# Include tests in standalone checkout. # Set this to true to build the unit tests.
# Disabled when building with Chromium or Mozilla.
rtc_include_tests = !build_with_chromium && !build_with_mozilla rtc_include_tests = !build_with_chromium && !build_with_mozilla
# Set this to false to skip building code that also requires X11 extensions # Set this to false to skip building code that also requires X11 extensions