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 /Makefile | |
parent | 7b86f410356941010402b2602eaf023b75438858 (diff) |
Begin work on --bg tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |