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