From 8b158f3f15c72f9a03ce9313d679351ab3714607 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 14 Nov 2010 05:45:59 -0700 Subject: add test-uzbl-tabbed-sandbox make rule --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v1.2.3