more printfs to try to find what is going on in drdr with the module-lang-test.rkt

This commit is contained in:
Robby Findler 2011-11-14 06:57:25 -06:00
parent 5cb1834376
commit 2f5e0206a8
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
#lang at-exp racket/gui
(require "private/module-lang-test-utils.rkt")
#lang at-exp racket/base
(require "private/module-lang-test-utils.rkt"
"private/drracket-test-util.rkt")
(provide run-test)
;; set up for tests that need external files
@ -370,6 +371,5 @@
"(+ 1 2)"
"3")
(require "private/drracket-test-util.rkt")
(printf "starting drracket\n")
(fire-up-drscheme-and-run-tests run-test)

View File

@ -1,8 +1,10 @@
#lang racket/gui
#lang racket/base
(require "drracket-test-util.rkt"
mzlib/etc
framework
racket/string)
racket/string
(for-syntax racket/base)
racket/class)
(provide test t rx run-test in-here write-test-modules)