10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Factor
		
	
	
! Copyright (C) 2010 Erik Charlebois.
 | 
						|
! See http://factorcode.org/license.txt for BSD license.
 | 
						|
USING: images.pbm images.testing sequences ;
 | 
						|
IN: images.pbm.tests
 | 
						|
 | 
						|
{
 | 
						|
    "vocab:images/testing/pbm/test.binary.pbm"
 | 
						|
    "vocab:images/testing/pbm/test.ascii.pbm"
 | 
						|
} [ pbm-image decode-test ] each
 |