7 lines
213 B
Factor
7 lines
213 B
Factor
|
! Copyright (C) 2009 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test images.png ;
|
||
|
IN: images.png.tests
|
||
|
|
||
|
: png-test-path ( -- path )
|
||
|
"vocab:images/test-images/rgb.png" ;
|