whalesong/tests/more-tests/run-more-tests.rkt
2011-07-05 16:48:15 -04:00

14 lines
369 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 "conform.rkt")
(test "sk-generator.rkt")
(test "sk-generator-2.rkt")
(test "simple-structs.rkt")
(test "man-vs-boy.rkt")