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