]> gitweb.factorcode.org Git - factor.git/blob - extra/yenc/yenc-tests.factor
build: add a make clean target, delete overlooked factor binary in make clean
[factor.git] / extra / yenc / yenc-tests.factor
1 USING: byte-arrays io.encodings.binary io.files kernel sequences
2 tools.test yenc ;
3
4 { t } [ 255 <iota> >byte-array dup yenc ydec = ] unit-test
5
6 { t } [
7     "resource:LICENSE.txt"
8     [ yenc-file ydec-file 2nip ] [ binary file-contents ] bi =
9 ] unit-test