Step one in preparing collects for the removal of profj

svn: r15913
This commit is contained in:
Kathy Gray 2009-09-08 13:05:13 +00:00
parent 3ada45a6c3
commit 571eb2884a
2 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@
(require scheme/class
mzlib/etc
profj/display-java
"test-engine.scm"
"test-display.scm"
"test-info.scm"
"test-coverage.scm")
(lib "test-engine.scm" "test-engine")
(lib "test-display.scm" "test-engine")
(lib "test-info.scm" "test-engine")
(lib "test-coverage.scm" "test-engine"))
(define (java-test-maker test-info-class style)
(class* test-engine% ()

View File

@ -10,7 +10,7 @@
(require "parameters.ss"
"parsers/lexer.ss"
(lib "test-engine/test-engine.scm")
(lib "test-engine/java-tests.scm")
"java-tests.scm"
(lib "test-engine/test-coverage.scm")
(except-in "ast.ss" for)
"display-java.ss")