factor/basis/unix/ffi/ffi-tests.factor

14 lines
407 B
Factor
Raw Normal View History

USING: accessors alien.c-types io.encodings.utf8 kernel
sequences tools.test unix.ffi unix.utilities ;
IN: unix.ffi.tests
[ 80 ] [ "http" f getservbyname port>> ntohs ] unit-test
! Aliases seem unreliable. Leave this as an example but don't rely
! on aliases working.
2014-04-22 11:27:13 -04:00
[ ] [
"http" f getservbyname aliases>> utf8 alien>strings drop
] unit-test
[ "http" ] [ 80 htons f getservbyport name>> ] unit-test