Home | History | Annotate | Download | only in tools

Lines Matching refs:valgrind

1177   result.add_option("--valgrind", help="Run tests through valgrind",
1371 # Check for --valgrind option. If enabled, we overwrite the special
1372 # command flag with a command that uses the run-valgrind.py script.
1373 if options.valgrind:
1374 run_valgrind = join(workspace, "tools", "run-valgrind.py")