aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-14 05:45:59 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-14 05:45:59 -0700
commit8b158f3f15c72f9a03ce9313d679351ab3714607 (patch)
tree642456988cdb5977a2c0666bd4afea98ac0b33b8 /Makefile
parent901e3c461179ace39ef954ff2acf884bf5997cac (diff)
add test-uzbl-tabbed-sandbox make rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d0ff47..dba0838 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,19 @@ test-uzbl-browser-sandbox: uzbl-browser
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-manager -v &
+ source ./sandbox/env.sh && uzbl-event-manager restart -navv &
+ source ./sandbox/env.sh && ./sandbox/home/.local/share/uzbl/scripts/uzbl-tabbed
+ kill `cat ./sandbox/home/.cache/uzbl/cookie_daemon_socket.pid`
+ 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-cookie-manager