[docs] Update TestingGuide's note on how to run with Valgrind.

llvm-svn: 188097
This commit is contained in:
Daniel Dunbar 2013-08-09 19:39:48 +00:00
parent 2fc495370a
commit 04388afd41
1 changed files with 5 additions and 3 deletions

View File

@ -120,12 +120,14 @@ can run the LLVM and Clang tests simultaneously using:
% make check-all % make check-all
To run the tests with Valgrind (Memcheck by default), just append To run the tests with Valgrind (Memcheck by default), use the ``LIT_ARGS`` make
``VG=1`` to the commands above, e.g.: variable to pass the required options to lit. For example, you can use:
.. code-block:: bash .. code-block:: bash
% make check VG=1 % make check LIT_ARGS="-v --vg --vg-leak"
to enable testing with valgrind and with leak checking enabled.
To run individual tests or subsets of tests, you can use the ``llvm-lit`` To run individual tests or subsets of tests, you can use the ``llvm-lit``
script which is built as part of LLVM. For example, to run the script which is built as part of LLVM. For example, to run the