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

This commit is contained in:
Mukund Sivaraman
2015-02-25 09:06:45 +05:30
parent 089d5091b7
commit 5a505fc4c2
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.