Skip to content
Snippets Groups Projects
Commit 61fe36f9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Makefile: Add test-interactive note

parent 36dfb63b
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ test: all ...@@ -7,6 +7,9 @@ test: all
@PACKAGE=${PACKAGE} VERSION=${VERSION} prove test @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test
test-interactive: all 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 @test/run-interactive
install: install-man install-doc install-bin install-font install-img install: install-man install-doc install-bin install-font install-img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment