From a0f8f486340cdc2109e69d945ba235a8cf6e9e1b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jun 2010 18:29:25 +0200 Subject: Begin work on X test. So far, checks if q, x and ESC quit feh --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a88192..6acb970 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,17 @@ all: test: all @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test +test-interactive: all + @if [ "$$(whoami)" != derf ]; then \ + echo "Note: This will do stuff with your X and take a while"; \ + echo "If you don't know what's going on, hit ^C now"; \ + sleep 5; \ + echo "Okay, running test"; \ + fi + @if [ "$$(whoami)" = derf ]; then setxkbmap us; fi + @prove test/*.i + @if [ "$$(whoami)" = derf ]; then setxkbmap greedy; fi + install: install-man install-doc install-bin install-font install-img install-man: -- cgit v1.2.3