factor/basis/io/sockets/icmp/icmp-tests.factor

11 lines
216 B
Factor

USING: accessors destructors kernel io.sockets io.sockets.icmp
sequences tools.test ;
IN: io.sockets.icmp.tests
{ { } } [
"localhost" <icmp> resolve-host
[ [ icmp4? ] [ icmp6? ] bi or ] reject
] unit-test