|
From: <sv...@va...> - 2008-03-25 20:18:36
|
Author: bart
Date: 2008-03-25 20:18:40 +0000 (Tue, 25 Mar 2008)
New Revision: 7791
Log:
Updated test plan.
Modified:
trunk/exp-drd/Testing.txt
Modified: trunk/exp-drd/Testing.txt
===================================================================
--- trunk/exp-drd/Testing.txt 2008-03-25 19:16:20 UTC (rev 7790)
+++ trunk/exp-drd/Testing.txt 2008-03-25 20:18:40 UTC (rev 7791)
@@ -17,8 +17,9 @@
./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 @@
${SRC}/configure
make -s || exit $?
+make -s install || exit $?
------------------------------------------------------------
|