From 1161496c8b8928e8b8c5b2757028d66f9f2a873e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 31 Jul 2015 10:55:32 -0700 Subject: [PATCH] remove 'tools' dir from compile & test --- info.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index dc5d382..c5d2108 100644 --- a/info.rkt +++ b/info.rkt @@ -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"))