Loading Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ all: test: all @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test test-interactive: all test-x11: all @test/run-interactive install: install-man install-doc install-bin install-font install-img Loading Loading @@ -55,5 +55,5 @@ uninstall: clean: @${MAKE} -C src clean .PHONY: all test install uninstall clean install-man install-doc install-bin \ install-font install-img .PHONY: all test test-x11 install uninstall clean install-man install-doc \ install-bin install-font install-img README +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Requires * X11::GUITest * Xnest $ make test-interactive $ make test-x11 Be aware that this is quite experimental, so far the X-tests have only been run on one machine. So they may or may not work for you. Loading
Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ all: test: all @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test test-interactive: all test-x11: all @test/run-interactive install: install-man install-doc install-bin install-font install-img Loading Loading @@ -55,5 +55,5 @@ uninstall: clean: @${MAKE} -C src clean .PHONY: all test install uninstall clean install-man install-doc install-bin \ install-font install-img .PHONY: all test test-x11 install uninstall clean install-man install-doc \ install-bin install-font install-img
README +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Requires * X11::GUITest * Xnest $ make test-interactive $ make test-x11 Be aware that this is quite experimental, so far the X-tests have only been run on one machine. So they may or may not work for you.