game-input: run tests on Windows now, too
parent
f75ef1fde7
commit
cc67f8312b
|
@ -1,11 +1,7 @@
|
||||||
IN: game-input.tests
|
IN: game-input.tests
|
||||||
USING: ui game-input tools.test kernel system threads
|
USING: ui game-input tools.test kernel system threads calendar ;
|
||||||
combinators.short-circuit calendar ;
|
|
||||||
|
|
||||||
{
|
os windows? os macosx? or [
|
||||||
[ os windows? ui-running? and ]
|
|
||||||
[ os macosx? ]
|
|
||||||
} 0|| [
|
|
||||||
[ ] [ open-game-input ] unit-test
|
[ ] [ open-game-input ] unit-test
|
||||||
[ ] [ 1 seconds sleep ] unit-test
|
[ ] [ 1 seconds sleep ] unit-test
|
||||||
[ ] [ close-game-input ] unit-test
|
[ ] [ close-game-input ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue