Step one in preparing collects for the removal of profj
svn: r15913
This commit is contained in:
parent
3ada45a6c3
commit
571eb2884a
|
@ -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% ()
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user