Skip to content

Commit 0f5df93

Browse files
vext01mark-i-m
authored andcommitted
Mention that tests need a Python-enabled gdb.
1 parent a18f366 commit 0f5df93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/running.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ timestamp file for every test can be found under `build/ARCH/test/`.
1919
To force-rerun a test (e.g. in case the test runner fails to notice
2020
a change) you can simply remove the timestamp file.
2121

22+
Note that some tests require a Python-enabled gdb. If you are building
23+
gdb from source, you need to configure with
24+
`--with-python=<path-to-python-binary>`.
25+
2226
## Running a subset of the test suites
2327

2428
When working on a specific PR, you will usually want to run a smaller

0 commit comments

Comments
 (0)