From 61fe36f92226a3ceb9b23e546b0574a9f3d8c2d3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jun 2010 23:21:08 +0200 Subject: Makefile: Add test-interactive note --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a785c92..763b1dd 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ test: all @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test test-interactive: all + @echo 'Note: X Testing sucks, and Xnest is also prone to weird behaviour.' + @echo 'If the test fails, try rerunning it one or two times.' + @echo 'If it works then, everything is fine.' @test/run-interactive install: install-man install-doc install-bin install-font install-img -- cgit v1.2.3