8 lines
250 B
Factor
8 lines
250 B
Factor
|
! Copyright (C) 2010 Erik Charlebois.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: images.testing ;
|
||
|
IN: images.pbm.tests
|
||
|
|
||
|
"vocab:images/testing/pbm/test.binary.pbm" decode-test
|
||
|
"vocab:images/testing/pbm/test.ascii.pbm" decode-test
|