[libcxx-commits] [libcxx] [libc++][docs] Add tip for developers running the test suite on macOS (PR #99544)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 11:23:33 PDT 2024
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/99544
None
>From 72a18119e48d7ffaeffb9c536c5ef0e687b7c043 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Thu, 18 Jul 2024 14:22:27 -0400
Subject: [PATCH] [libc++][docs] Add tip for developers running the test suite
on macOS
---
libcxx/docs/TestingLibcxx.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 6d3417cabfd61..2457ed3c78645 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -84,6 +84,12 @@ flags to use, and how to run an executable. This system is meant to be easily
extended for custom needs, in particular when porting the libc++ test suite to
new platforms.
+.. note::
+ If you run the test suite on Apple platforms, we recommend adding the terminal application
+ used to run the test suite to the list of "Developer Tools". This prevents the system from
+ trying to scan each individual test binary for malware and dramatically speeds up the test
+ suite.
+
Using a Custom Site Configuration
---------------------------------
More information about the libcxx-commits
mailing list