racket/pkgs/racket-test-core/mzlib/info.rkt
Sam Tobin-Hochstadt 74786ed8d0 Finish fixing dependencies of "racket-test-core".
This required moving some tests to "racket-test", and putting them
in modules that use `rackunit`. Also, some uses of rackunit were
removed and switched to more primitive systems. Some improvements
here, particularly in "foreign-test.rktl", would still be good,
but everything passes at the moment.
2014-12-19 11:35:39 -05:00

5 lines
171 B
Racket

#lang info
;; This file and directory exist so that the tests for module paths
;; of the form `(lib "x.ss")` can be run without installing the
;; real `mzlib` collection.