Running selftests in GDB
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
By default, GDB built from a release tarball doesn't include the selftest. I've configured GDB with --enable-unit-tests, and then some selftests are available. But not all: a development version runs 63 unit tests, whereas the release version configured with unit tests runs only 24. How do I enable all the selftests that are available in the development build? TIA