]> gitweb.factorcode.org Git - factor.git/blob - basis/io/sockets/icmp/icmp-tests.factor
602ecc506008a43c504db90a3be83b04c0ef9a89
[factor.git] / basis / io / sockets / icmp / icmp-tests.factor
1
2 USING: accessors destructors kernel io.sockets io.sockets.icmp
3 sequences tools.test ;
4
5 IN: io.sockets.icmp.tests
6
7 [ { } ] [
8     "localhost" <icmp> resolve-host
9     [ [ icmp4? ] [ icmp6? ] bi or not ] filter
10 ] unit-test