summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-16 19:40:50 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-16 19:40:50 +0200
commitf71e24c8abfc484a8e905c3271b136ab754f2e0b (patch)
treed34851811909cf1ba8ecf82e5c4fad0e30b91d61 /Makefile
parent3e1f8197e4c0b2cf1603b4762fb309e5e35cfc8a (diff)
Run X tests in Xnest. Kinda buggy so far, but still better than before
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
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