Commit 485d0c8c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Begin work on --bg tests

parent 7b86f410
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@ test: all
	@PACKAGE=${PACKAGE} VERSION=${VERSION} prove test

test-x11: all
	@test/run-interactive
	test/run-interactive
	sleep 3
	test/run-bg

install: install-man install-doc install-bin install-font install-img

+3 −3
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ work without X, so they can safely be run even on a headless buildserver.
Testing (X):

Requires
 * perl >= 5.10
 * Test::More
 * X11::GUITest
 * import (usually supplied by imagemagick)
 * perl >= 5.10 with GD, Test::More and X11::GUITest
 * twm
 * Xnest

$ make test-x11

test/bg.png

0 → 100644
+9.58 KiB
Loading image diff...

test/bg_451x500.png

0 → 100644
+9.46 KiB
Loading image diff...
+6.58 KiB
Loading image diff...
Loading