diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |