Skip to content

Commit da44c06

Browse files
authored
[libc++][docs] Add tip for developers running the test suite on macOS (#99544)
1 parent d1ca1d0 commit da44c06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libcxx/docs/TestingLibcxx.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ flags to use, and how to run an executable. This system is meant to be easily
8484
extended for custom needs, in particular when porting the libc++ test suite to
8585
new platforms.
8686

87+
.. note::
88+
If you run the test suite on Apple platforms, we recommend adding the terminal application
89+
used to run the test suite to the list of "Developer Tools". This prevents the system from
90+
trying to scan each individual test binary for malware and dramatically speeds up the test
91+
suite.
92+
8793
Using a Custom Site Configuration
8894
---------------------------------
8995

0 commit comments

Comments
 (0)