mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
fix typo in README_DEVELOPERS
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12557
This commit is contained in:
parent
1f38919afa
commit
54dc680c2b
@ -202,12 +202,12 @@ When using self-hosting with an outer Callgrind tool, use '--pop-on-jump'
|
||||
(B) Regression tests in an outer/inner setup:
|
||||
|
||||
To run all the regression tests with an outer memcheck, do :
|
||||
perl test/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
|
||||
--all
|
||||
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
|
||||
--all
|
||||
|
||||
To run a specific regression tests with an outer memcheck, do:
|
||||
perl test/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
|
||||
none/tests/args.vgtest
|
||||
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
|
||||
none/tests/args.vgtest
|
||||
|
||||
To run regression tests with another outer tool:
|
||||
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user