whalesong/tests/more-tests/run-more-tests.rkt
2011-07-01 13:04:46 -04:00

12 lines
326 B
Racket

#lang racket
(require "../browser-harness.rkt")
;; Each of the tests below do a string-compare of the standard output
;; content vs. a text file with the same name, but with the .rkt file
;; type replaced with .expected.
(test "hello.rkt")
(test "sk-generator.rkt")
(test "sk-generator-2.rkt")
#;(test "simple-structs.rkt")