From f71e24c8abfc484a8e905c3271b136ab754f2e0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jun 2010 19:40:50 +0200 Subject: Run X tests in Xnest. Kinda buggy so far, but still better than before --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6acb970..a785c92 100644 --- a/Makefile +++ b/Makefile @@ -7,15 +7,7 @@ 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 + @test/run-interactive install: install-man install-doc install-bin install-font install-img -- cgit v1.2.3