game-input: run tests on Windows now, too
parent
782cc78c14
commit
f5a7ee6d13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue