[PATCH] D82327: [Docs] Fix llvm unittests target

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 13:26:44 PDT 2020


aeubanks created this revision.
aeubanks added a reviewer: mehdi_amini.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
aeubanks planned changes to this revision.
aeubanks added a comment.
aeubanks abandoned this revision.

Actually this only builds the tests, will look further.


aeubanks added a comment.

Welp actually I was getting confused between the gn build and the CMake build, check-llvm-unit does indeed work, sorry for the noise


Not sure where check-llvm-unit came from, the proper target is
UnitTests, as defined in llvm/unittests/CMakeLists.txt.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82327

Files:
  llvm/docs/TestingGuide.rst


Index: llvm/docs/TestingGuide.rst
===================================================================
--- llvm/docs/TestingGuide.rst
+++ llvm/docs/TestingGuide.rst
@@ -110,11 +110,11 @@
 Unit and Regression tests
 -------------------------
 
-To run all of the LLVM unit tests use the check-llvm-unit target:
+To run all of the LLVM unit tests use the UnitTests target:
 
 .. code-block:: bash
 
-    % make check-llvm-unit
+    % make UnitTests
 
 To run all of the LLVM regression tests use the check-llvm target:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82327.272531.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200622/96bea5a1/attachment.bin>


More information about the llvm-commits mailing list