diff --git a/pitfall/info.rkt b/pitfall/info.rkt index 90c5edba..a77c489f 100644 --- a/pitfall/info.rkt +++ b/pitfall/info.rkt @@ -12,4 +12,5 @@ (define build-deps '("scribble-lib" "racket-doc")) (define version "0.0") (define pkg-authors '(mb)) +(define test-omit-paths 'all) #;(define compile-omit-paths '("pdfkit" "fontkit")) \ No newline at end of file