]> gitweb.factorcode.org Git - factor.git/blob - extra/images/pbm/pbm-tests.factor
more test IN: cleanup.
[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
5 {
6     "vocab:images/testing/pbm/test.binary.pbm"
7     "vocab:images/testing/pbm/test.ascii.pbm"
8 } [ pbm-image decode-test ] each