]> gitweb.factorcode.org Git - factor.git/blob - basis/endian/endian-tests.factor
f0650cc8fd2b721cb13124e5701abfa4dfa35d4a
[factor.git] / basis / endian / endian-tests.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: endian kernel namespaces tools.test ;
4
5 { t } [ [ endianness get big-endian = ] with-big-endian ] unit-test
6 { t } [ [ endianness get little-endian = ] with-little-endian ] unit-test