[v9_10] Add facility to run system test nameds under Valgrind (#38546)

This commit is contained in:
Evan Hunt
2015-02-25 16:21:49 -08:00
parent 9a8e6aaeec
commit 8dfc6c27f1
8 changed files with 59 additions and 20 deletions

View File

@@ -59,4 +59,7 @@ The tests can be run individually like this:
To run all the tests, just type "make test".
$Id: README,v 1.16 2011/01/13 04:59:24 tbox Exp $
When running system tests, named and lwresd can be run under
Valgrind. The output from Valgrind are sent to per-process files that
can be reviewed after the test has completed. To enable this, set the
USE_VALGRIND environment variable.