We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18f366 commit 0f5df93Copy full SHA for 0f5df93
src/tests/running.md
@@ -19,6 +19,10 @@ timestamp file for every test can be found under `build/ARCH/test/`.
19
To force-rerun a test (e.g. in case the test runner fails to notice
20
a change) you can simply remove the timestamp file.
21
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
+
26
## Running a subset of the test suites
27
28
When working on a specific PR, you will usually want to run a smaller
0 commit comments