- Timestamp:
- Jan 30, 2020, 10:37:02 AM (12 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 4b1687d
- Parents:
- 0fc654d
- git-author:
- Fiona Klute <fiona.klute@…> (01/30/20 10:35:37)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/30/20 10:37:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README.md
r0fc654d r38bf158 144 144 145 145 146 ## Testing with Valgrind memcheck 147 148 The primary HTTPD instance will run under Valgrind if you run 149 `./configure` with `--enable-valgrind-test`. While very slow that can 150 be useful to catch memory leaks early. 151 152 The [`suppressions.valgrind`](./suppressions.valgrind) file contains 153 some suppressions for known reported errors that are deemed not to be 154 mod\_gnutls issues. Note that the suppressions in that file are aimed 155 at Debian x86_64 (or similar) systems, you may need to adjust them on 156 other platforms. The Valgrind suppressions files to use are read from 157 the `VALGRIND_SUPPRESS` variable in [`Makefile.am`](./Makefile.am). 158 159 146 160 ## Adding a Test 147 161
Note: See TracChangeset
for help on using the changeset viewer.