improve testability of pollen/raco

pull/58/head
Matthew Butterick 9 years ago
parent 787fb031b8
commit ace1681b9c

@ -5,5 +5,5 @@
(define build-deps '("plot-gui-lib" "rackunit-lib" "scribble-lib"))
(define update-implies '("txexpr" "sugar"))
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
(define raco-commands '(("pollen" pollen/raco "issue Pollen command" #f)))
(define raco-commands '(("pollen" (submod pollen/raco main) "issue Pollen command" #f)))
(define compile-omit-paths '("tests" "raco.rkt"))

@ -39,6 +39,5 @@
[("clone") (handle-clone first-arg-or-current-dir rest-args)]
[else (handle-else arg-command-name)]))))
(select-syntax-for-command)
(module+ main
(select-syntax-for-command))

Loading…
Cancel
Save