factor/extra/game-input/game-input-tests.factor

7 lines
178 B
Factor
Raw Normal View History

2009-03-07 02:22:21 -05:00
IN: game-input.tests
USING: game-input tools.test kernel system ;
os windows? os macosx? or [
[ ] [ open-game-input ] unit-test
[ ] [ close-game-input ] unit-test
] when