From 6e95011ced5f64d371482c3d4878e148b6e47145 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 24 Apr 2019 16:14:11 -0700 Subject: [PATCH] omit compile --- quad/info.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quad/info.rkt b/quad/info.rkt index 7bb7ba35..a7e856f9 100644 --- a/quad/info.rkt +++ b/quad/info.rkt @@ -17,4 +17,5 @@ "scribble-lib" "debug")) (define update-implies '("fontland" "pitfall")) -(define test-omit-paths 'all) \ No newline at end of file +(define test-omit-paths 'all) +(define compile-omit-paths '("qtest")) \ No newline at end of file