Lines Matching refs:tests
8 Unit-test architecture supports two kinds of tests:
11 `tools/lldbmacros/tests/standalone_tests`
13 `tools/lldbmacros/tests/lldb_tests`
15 **Standalone** unit tests replace _lldb_ and _lldbwrap_ modules with _MagicMock_
16 instances. All tests in this location must not depend on LLDB.
18 **LLDB** unit tests are run from LLDB's python interpreter. It is possible to
22 ## How to run tests
24 Standalone tests do not need LLDB and can be run with:
26 PYTHON=tools/lldbmacros python3 tools/lldbmacros/tests/runtest.py <kernel>
29 To run all tests (including LLDB based ones) a developer has to install
33 …n --toolchain ios lldb -P`"xcrun --toolchain ios python3 tools/lldbmacros/tests/runtest.py <kernel>
56 `tools/lldbmacros/tests/lldb_tests/test_examples.py`