From aaa2660ad9c57d8a6f424abd73bab8f2d4a301e6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 26 Apr 2019 12:33:01 -0700 Subject: [PATCH] improve info --- quad/info.rkt | 4 +--- quad/qtest/info.rkt | 3 +++ quad/quad/info.rkt | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 quad/qtest/info.rkt diff --git a/quad/info.rkt b/quad/info.rkt index a7e856f9..786f2fed 100644 --- a/quad/info.rkt +++ b/quad/info.rkt @@ -16,6 +16,4 @@ "racket-doc" "scribble-lib" "debug")) -(define update-implies '("fontland" "pitfall")) -(define test-omit-paths 'all) -(define compile-omit-paths '("qtest")) \ No newline at end of file +(define update-implies '("fontland" "pitfall")) \ No newline at end of file diff --git a/quad/qtest/info.rkt b/quad/qtest/info.rkt new file mode 100644 index 00000000..58d3f50a --- /dev/null +++ b/quad/qtest/info.rkt @@ -0,0 +1,3 @@ +#lang info +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/quad/quad/info.rkt b/quad/quad/info.rkt index bafc8c3c..5f9b900e 100644 --- a/quad/quad/info.rkt +++ b/quad/quad/info.rkt @@ -1,3 +1,4 @@ #lang info (define version "0.0") (define scribblings '(("scribblings/quad.scrbl" ()))) +(define test-omit-paths 'all) \ No newline at end of file