suppress testing of app.rkt

master
Matthew Butterick 2 years ago
parent c450d45984
commit 7c5b479a59

@ -3,6 +3,7 @@
(define post-install-collection "index.rkt")
(define raco-commands '(("words" (submod words/command raco) "issue words command" #f)))
(define compile-omit-paths '("make-icons.rkt"))
(define test-omit-paths '("app.rkt"))
(define gracket-launcher-names '("Words"))
(define gracket-launcher-libraries '("app.rkt"))
Loading…
Cancel
Save