From cc67f8312b50b6bafa1bab411dad0dabb1cdbf19 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 11 May 2009 18:03:19 -0500 Subject: [PATCH] game-input: run tests on Windows now, too --- extra/game-input/game-input-tests.factor | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/extra/game-input/game-input-tests.factor b/extra/game-input/game-input-tests.factor index 2bf923c12b..3cce0da575 100644 --- a/extra/game-input/game-input-tests.factor +++ b/extra/game-input/game-input-tests.factor @@ -1,11 +1,7 @@ IN: game-input.tests -USING: ui game-input tools.test kernel system threads -combinators.short-circuit calendar ; +USING: ui game-input tools.test kernel system threads calendar ; -{ - [ os windows? ui-running? and ] - [ os macosx? ] -} 0|| [ +os windows? os macosx? or [ [ ] [ open-game-input ] unit-test [ ] [ 1 seconds sleep ] unit-test [ ] [ close-game-input ] unit-test