]> gitweb.factorcode.org Git - factor.git/blob - extra/images/pbm/pbm-tests.factor
4568fbdf1852c39c1b30c13c11c66835602678c7
[factor.git] / extra / images / pbm / pbm-tests.factor
1 ! Copyright (C) 2010 Erik Charlebois.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: images.pbm images.testing sequences ;
4 IN: images.pbm.tests
5
6 {
7     "vocab:images/testing/pbm/test.binary.pbm"
8     "vocab:images/testing/pbm/test.ascii.pbm"
9 } [ pbm-image decode-test ] each