copy gracket command props to lock-name as "gui" test config

original commit: 31f80b4ae20a4a410859ce132220c75298bd56de
This commit is contained in:
Matthew Flatt 2013-12-31 17:31:17 -07:00
parent 4351718394
commit f38a629b01
5 changed files with 17 additions and 0 deletions

View File

@ -33,3 +33,7 @@
(>= (send vpb1 get-aligned-min-height)
(send vpb2 get-aligned-min-height)
(snip-height es))
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -126,3 +126,7 @@
(send frame show #f))
;; (printf "tests done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -145,3 +145,7 @@
(send frame show #f)
(printf "done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -112,3 +112,7 @@
(send frame show #f)
(printf "done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -121,4 +121,5 @@
(module+ test
(module config info
(define lock-name "gui")
(define timeout 360)))