aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-20 11:08:32 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-20 11:08:32 -0700
commit117ecbb84f1851b0029239731af2f09786dddb08 (patch)
tree1bcd1fd9c785eac15f7045932477ddf73a0da6f7 /Makefile
parent4c63d4620266ca5914587737e2af6e1b749b23f5 (diff)
add test-uzbl-tabbed-sandbox make rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5287d5c..a6c76d6 100644
--- a/Makefile
+++ b/Makefile
@@ -62,14 +62,27 @@ test-uzbl-browser-sandbox: uzbl-browser
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-example-data
cp -np ./misc/env.sh ./sandbox/env.sh
- source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv &
- source ./sandbox/env.sh && uzbl-event-manager restart -navv &
+ -source ./sandbox/env.sh && uzbl-cookie-daemon restart -v
+ -source ./sandbox/env.sh && uzbl-event-manager restart -avv
source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose
source ./sandbox/env.sh && uzbl-cookie-daemon stop -v
source ./sandbox/env.sh && uzbl-event-manager stop -ivv
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr
+test-uzbl-tabbed-sandbox: uzbl-browser
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-example-data
+ cp -np ./misc/env.sh ./sandbox/env.sh
+ -source ./sandbox/env.sh && uzbl-cookie-daemon restart -v
+ -source ./sandbox/env.sh && uzbl-event-manager restart -avv
+ source ./sandbox/env.sh && ./sandbox/home/.local/share/uzbl/scripts/uzbl-tabbed
+ source ./sandbox/env.sh && uzbl-cookie-daemon stop -v
+ source ./sandbox/env.sh && uzbl-event-manager stop -ivv
+ make DESTDIR=./sandbox uninstall
+ rm -rf ./sandbox/usr
+
clean:
rm -f uzbl-core
rm -f uzbl-core.o