]> gitweb.factorcode.org Git - factor.git/blob - basis/game/input/input-tests.factor
merge project-euler.factor
[factor.git] / basis / game / input / input-tests.factor
1 USING: ui game.input tools.test kernel system threads calendar
2 combinators.short-circuit ;
3 IN: game.input.tests
4
5 os { [ windows? ] [ macosx? ] } 1|| [
6     [ ] [ open-game-input ] unit-test
7     [ ] [ 1 seconds sleep ] unit-test
8     [ ] [ close-game-input ] unit-test
9 ] when