racket/collects/tests/xrepl/main.rkt
Eli Barzilay d28b0c0806 Use `scribble/text/wrap' in xrepl.
(Also organize the tests a little.)
2012-05-06 05:38:04 -04:00

7 lines
188 B
Racket

#lang at-exp racket/base
(require "xrepl.rkt" "wrapped-output.rkt" "known-module.rkt" tests/eli-tester)
(test do (test-wrapped-output)
do (test-known-module)
do (test-xrepl))