factor/unmaintained/modules/using/tests/tests.factor

4 lines
150 B
Factor
Raw Normal View History

2009-05-24 23:10:56 -04:00
QUALIFIED-WITH: modules.using m
IN: modules.using.tests
m:USING: tools.test localhost::modules.test-server ;
[ "hello world" ] [ rpc-hello ] unit-test