insert examples directly into drracket instead of simulating
typing them in, in the module language test suite this speeds it up; going from 140 to 105 seconds on my (mac) machine. (drdr was taking 240 or so seconds, tho)
This commit is contained in:
parent
068240e9fe
commit
f3a060ccc1
|
@ -89,7 +89,7 @@
|
||||||
(or (test-interactions test) 'no-interactions)
|
(or (test-interactions test) 'no-interactions)
|
||||||
after-execute-output)
|
after-execute-output)
|
||||||
(k (void)))
|
(k (void)))
|
||||||
(type-in-interactions drs ints)
|
(insert-in-interactions drs ints)
|
||||||
;; set to be the paragraph right after the insertion.
|
;; set to be the paragraph right after the insertion.
|
||||||
(set! output-start-paragraph
|
(set! output-start-paragraph
|
||||||
(queue-callback/res
|
(queue-callback/res
|
||||||
|
|
Loading…
Reference in New Issue
Block a user