remove 'tools' dir from compile & test

pull/84/head
Matthew Butterick 9 years ago
parent ce9f652c55
commit 1161496c8b

@ -6,5 +6,5 @@
(define update-implies '("txexpr" "sugar"))
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
(define raco-commands '(("pollen" (submod pollen/command raco) "issue Pollen command" #f)))
(define compile-omit-paths '("tests"))
(define test-omit-paths '("tests/data"))
(define compile-omit-paths '("tests" "tools"))
(define test-omit-paths '("tests/data" "tools"))

Loading…
Cancel
Save