7 lines
188 B
Racket
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))
|