]> gitweb.factorcode.org Git - factor.git/blob - basis/game-input/game-input-tests.factor
Merge branch 'irc' of git://www.tiodante.com/git/factor
[factor.git] / basis / game-input / game-input-tests.factor
1 IN: game-input.tests
2 USING: ui game-input tools.test kernel system threads calendar ;
3
4 os windows? os macosx? or [
5     [ ] [ open-game-input ] unit-test
6     [ ] [ 1 seconds sleep ] unit-test
7     [ ] [ close-game-input ] unit-test
8 ] when