support launching unit tests with valgrind

This commit is contained in:
Arvid Norberg
2013-09-03 01:57:43 +00:00
parent 149c464d2e
commit 86dbf5b043
2 changed files with 12 additions and 6 deletions

View File

@@ -73,8 +73,9 @@ between all testsers.
options:
-j<n> use n parallel processes for running tests
-i build incrementally (i.e. don't clean between checkouts)
-j<n> use n parallel processes for running tests
-i build incrementally (i.e. don't clean between checkouts)
-valgrind run tests with valgrind (requires valgrind to be installed)
'''