From 845e72eb78e8292d87a4f8192cefc27ecab65c01 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 10 May 2023 15:50:25 -0400 Subject: [libc++][NFC] Fix slightly incorrect instructions for testing with Ninja --- libcxx/docs/TestingLibcxx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx') diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index 259672c261c2..3d37c990ac1a 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 $ /bin/llvm-lit -sv libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp # Run a single test $ /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 check-cxx`` will run all the tests in the libc++ testsuite. .. note:: -- cgit v1.2.1