]> gitweb.factorcode.org Git - factor.git/blob - basis/game-input/game-input-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / game-input / game-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