[libcxx-commits] [libcxx] 845e72e - [libc++][NFC] Fix slightly incorrect instructions for testing with Ninja

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 10 12:50:45 PDT 2023


Author: Louis Dionne
Date: 2023-05-10T15:50:40-04:00
New Revision: 845e72eb78e8292d87a4f8192cefc27ecab65c01

URL: https://github.com/llvm/llvm-project/commit/845e72eb78e8292d87a4f8192cefc27ecab65c01
DIFF: https://github.com/llvm/llvm-project/commit/845e72eb78e8292d87a4f8192cefc27ecab65c01.diff

LOG: [libc++][NFC] Fix slightly incorrect instructions for testing with Ninja

Added: 
    

Modified: 
    libcxx/docs/TestingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 259672c261c2c..3d37c990ac1ad 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -39,7 +39,7 @@ whether the required libraries have been built, you can use the
   $ <build>/bin/llvm-lit -sv libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp # Run a single test
   $ <build>/bin/llvm-lit -sv libcxx/test/std/atomics libcxx/test/std/threads # Test std::thread and std::atomic
 
-If you used **ninja** as your build system then running ``ninja check-cxx`` will run
+If you used **ninja** as your build system, running ``ninja -C <build> check-cxx`` will run
 all the tests in the libc++ testsuite.
 
 .. note::


        


More information about the libcxx-commits mailing list