Renaming files
svn: r6299
This commit is contained in:
parent
7b8c66f130
commit
ec053fad62
|
@ -1,7 +1,7 @@
|
|||
(module test-normalizer mzscheme
|
||||
(module anormal-test mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 1 1))
|
||||
"../lang/anormal.ss")
|
||||
(provide test-normalizer-suite)
|
||||
(provide anormal-tests)
|
||||
|
||||
(define (empty-env var)
|
||||
(error "empty environment"))
|
||||
|
@ -134,7 +134,7 @@
|
|||
;; **************************************************
|
||||
;; ACTUAL TESTS
|
||||
|
||||
(define test-normalizer-suite
|
||||
(define anormal-tests
|
||||
(make-test-suite
|
||||
"Tests for Normalization Phase"
|
||||
(make-test-suite
|
|
@ -1,6 +1,6 @@
|
|||
(module certify-tests mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 1 1))
|
||||
"language-tester.ss")
|
||||
"util.ss")
|
||||
(provide certify-suite)
|
||||
|
||||
(define the-dispatch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(module lang-tests mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 1 1))
|
||||
"language-tester.ss")
|
||||
"util.ss")
|
||||
(provide lang-suite)
|
||||
|
||||
(define (catch-unsafe-context-exn thunk)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
(lib "url.ss" "net")
|
||||
(lib "dirs.ss" "setup")
|
||||
(lib "file.ss")
|
||||
"language-tester.ss")
|
||||
"util.ss")
|
||||
|
||||
(require/expose (lib "stuff-url.ss" "web-server" "prototype-web-server")
|
||||
(same-module? url-parts recover-serial))
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
(planet "text-ui.ss" ("schematics" "schemeunit.plt" 1))
|
||||
(planet "test.ss" ("schematics" "schemeunit.plt" 1 1))
|
||||
"persistent-close-tests.ss"
|
||||
"test-normalizer.ss"
|
||||
"anormal-test.ss"
|
||||
"closure-tests.ss"
|
||||
"labels-tests.ss"
|
||||
"lang-tests.ss"
|
||||
|
@ -15,7 +15,7 @@
|
|||
"Main Tests for Prototype Web Server"
|
||||
persistent-close-suite
|
||||
stuff-url-suite
|
||||
test-normalizer-suite
|
||||
anormal-tests
|
||||
closure-tests-suite
|
||||
labels-tests-suite
|
||||
lang-suite
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(module language-tester mzscheme
|
||||
(module util mzscheme
|
||||
(provide make-module-eval
|
||||
make-eval/mod-path)
|
||||
|
Loading…
Reference in New Issue
Block a user