copy gracket
command props to lock-name
as "gui" test config
original commit: 31f80b4ae20a4a410859ce132220c75298bd56de
This commit is contained in:
parent
4351718394
commit
f38a629b01
|
@ -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")))
|
||||
|
|
|
@ -126,3 +126,7 @@
|
|||
(send frame show #f))
|
||||
|
||||
;; (printf "tests done\n")
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define lock-name "gui")))
|
||||
|
|
|
@ -145,3 +145,7 @@
|
|||
|
||||
(send frame show #f)
|
||||
(printf "done\n")
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define lock-name "gui")))
|
||||
|
|
|
@ -112,3 +112,7 @@
|
|||
|
||||
(send frame show #f)
|
||||
(printf "done\n")
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define lock-name "gui")))
|
||||
|
|
|
@ -121,4 +121,5 @@
|
|||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define lock-name "gui")
|
||||
(define timeout 360)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user