diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-10-02 22:51:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-02 22:51:38 +0200 |
commit | 485d0c8c0a58b85c5c80f31627d89e3b5d449ff2 (patch) | |
tree | 7ed617eed72769306f0f7e8e4b9d9544bf8b715c /README | |
parent | 7b86f410356941010402b2602eaf023b75438858 (diff) |
Begin work on --bg tests
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |