
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.
5 lines
171 B
Racket
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.
|