factor/extra/ping/ping-tests.factor

8 lines
200 B
Factor

USING: continuations destructors io.sockets kernel ping
tools.test ;
IN: ping.tests
[ t ] [ "localhost" alive? ] unit-test
[ t ] [ "127.0.0.1" alive? ] unit-test
[ f ] [ "0.0.0.0" alive? ] unit-test