game-input: run tests on Windows now, too

db4
Slava Pestov 2009-05-11 18:03:19 -05:00
parent 782cc78c14
commit f5a7ee6d13
1 changed files with 2 additions and 6 deletions

View File

@ -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