]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated test plan.
authorBart Van Assche <bvanassche@acm.org>
Tue, 25 Mar 2008 20:18:40 +0000 (20:18 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 25 Mar 2008 20:18:40 +0000 (20:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7791

exp-drd/Testing.txt

index c1a9364fe36401fb0f1282176e299c9935876f05..582f3b738f11927eb70d32ecec78b55e5e31accd 100644 (file)
@@ -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 $?
 ------------------------------------------------------------