From: Bart Van Assche Date: Tue, 25 Mar 2008 20:18:40 +0000 (+0000) Subject: Updated test plan. X-Git-Tag: svn/VALGRIND_3_4_0~795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8418dac8d2b5741abd8710cd02ed578e3667c622;p=thirdparty%2Fvalgrind.git Updated test plan. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7791 --- diff --git a/exp-drd/Testing.txt b/exp-drd/Testing.txt index c1a9364fe3..582f3b738f 100644 --- a/exp-drd/Testing.txt +++ b/exp-drd/Testing.txt @@ -17,8 +17,9 @@ How to test DRD ./vg-in-place --tool=exp-drd kate ./vg-in-place --trace-children=yes --tool=exp-drd knode 4. Test DRD with Firefox. First of all, build and install Firefox 3. Next, - run the following command: - LD_LIBRARY_PATH=$HOME/software/mozilla-build/dist/lib: ./vg-in-place --tool=exp-drd $HOME/software/mozilla-build/dist/bin/firefox-bin + run one of the following commands: + LD_LIBRARY_PATH=$HOME/firefox3/lib/firefox-3.0b4: ./vg-in-place --trace-children=yes --tool=exp-drd $HOME/firefox3/lib/firefox-3.0b4/firefox-bin + LD_LIBRARY_PATH=$HOME/software/mozilla-build/dist/lib: ./vg-in-place --trace-children=yes --tool=exp-drd $HOME/software/mozilla-build/dist/bin/firefox-bin @@ -62,4 +63,5 @@ export CFLAGS=-pipe ${SRC}/configure make -s || exit $? +make -s install || exit $? ------------------------------------------------------------