aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-03 19:02:49 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-03 19:02:49 +0200
commita9fb0574e6a5c03f096f80d2d7939d5830d62275 (patch)
tree0d5169476615166e3ff3c4d198a60df273572021 /Makefile
parent43466271e2e1cf834cd442dfcc95dfd961a31a03 (diff)
make target to test dispatcher
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a0982c..7549f97 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,9 @@ test: uzbl
test-dev: uzbl
XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose
+test-dev-dispatched: uzbl
+ XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose | ./examples/data/uzbl/scripts/dispatcher.sh
+
test-share: uzbl
XDG_DATA_HOME=${PREFIX}/share/uzbl/examples/data XDG_CONFIG_HOME=${PREFIX}/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --verbose