aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/README-TestSuite
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/README-TestSuite')
-rw-r--r--packages/Python/lldbsuite/test/README-TestSuite7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/README-TestSuite b/packages/Python/lldbsuite/test/README-TestSuite
index 70e4c91b8894..92649fc9963c 100644
--- a/packages/Python/lldbsuite/test/README-TestSuite
+++ b/packages/Python/lldbsuite/test/README-TestSuite
@@ -54,6 +54,10 @@ o subdirectories of 'test'
C/C++/ObjC source files; they were created to house the Python test case which
does not involve lldb reading in an executable file at all.
+ The sample_test directory contains examples of both a full and an "inline"
+ testcase that run a process to a breakpoint and check a local variable. These
+ are convenient starting points for adding new tests.
+
o make directory
Contains Makefile.rules, which can be utilized by test cases to write Makefile
@@ -158,6 +162,9 @@ o Writing test cases:
from the command in the command return object, and all the part where you are driving the
debugger to the point you want to test will be more robust.
+ The sample_test directory contains a standard and an "inline" test that are good starting
+ points for writing a new test.
+
o Attaching in test cases:
If you need to attach to inferiors in your tests, you must make sure the inferior calls