A lot of "MrEd" -> "GRacket"s.

original commit: 7f6efdc8be
This commit is contained in:
Eli Barzilay 2010-05-16 23:46:05 -04:00
parent fa984eb710
commit 50c18d0b92

View File

@ -367,7 +367,7 @@
(extension-test #f)
(extension-test #t)
;; A MrEd-specific test with mzc:
;; A GRacket-specific test with mzc:
(parameterize ([current-directory (find-system-path 'temp-dir)])
(system* mzc
"--gui-exe"
@ -375,7 +375,7 @@
(path->string (build-path (collection-path "tests" "mzscheme") "embed-me5.ss")))
(try-exe (mk-dest #t) "This is 5: #<class:button%>\n" #t))
;; Another MrEd-specific: try embedding plot, which has extra DLLs and font files:
;; Another GRacket-specific: try embedding plot, which has extra DLLs and font files:
(parameterize ([current-directory (find-system-path 'temp-dir)])
(define direct (build-path (find-system-path 'temp-dir) "direct.ps"))