[Lldb-commits] [lldb] 8b37e1e - [lldb] [doc] Testing: Fix typos
Jan Kratochvil via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 9 06:12:01 PST 2020
Author: Jan Kratochvil
Date: 2020-02-09T15:11:38+01:00
New Revision: 8b37e1e5ac090a498eb4940be3264e9d5ba8c97c
URL: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c
DIFF: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c.diff
LOG: [lldb] [doc] Testing: Fix typos
Added:
Modified:
lldb/docs/resources/test.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/test.rst b/lldb/docs/resources/test.rst
index 9966ad12eac2..63faf83ed597 100644
--- a/lldb/docs/resources/test.rst
+++ b/lldb/docs/resources/test.rst
@@ -9,7 +9,7 @@ The LLDB test suite consists of three
diff erent kinds of test:
located under ``lldb/packages/Python/lldbsuite`` and are written in Python
using ``dotest`` (LLDB's custom testing framework on top of unittest2).
* Integration tests that test the debugger through the command line. These are
- locarted under `lldb/tests/Shell` and are written in a shell-style format
+ located under `lldb/test/Shell` and are written in a shell-style format
using FileCheck to verify its output.
All three test suites use the `LLVM Integrated Tester
@@ -82,7 +82,7 @@ run as part of a test suite.
::
- > ./bin/llvm-lit -sv lldb/test --filter <test>
+ > ./bin/llvm-lit -sv tools/lldb/test --filter <test>
Because lit automatically scans a directory for tests, it's also possible to
More information about the lldb-commits
mailing list