images test starting

This commit is contained in:
Danny Yoo 2011-07-08 16:37:50 -04:00
parent 59835d9187
commit afd4ff8742
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
true
true
false
true
false

View File

@ -0,0 +1,9 @@
#lang planet dyoo/whalesong
(require (planet dyoo/whalesong/image))
(is-color? "red")
(is-color? "blue")
(is-color? 42)
(is-color? (make-color 3 4 5 0))
(is-color? "color")

View File

@ -13,3 +13,4 @@
(test "more-tests/simple-structs.rkt")
(test "more-tests/man-vs-boy.rkt")
(test "more-tests/colors.rkt")
(test "more-tests/images.rkt")