commit 67006bb7204c2e98f727cf9f13168d4ada008749
parent 4d82512ee01a7a8e45aeb338c79235bfc8ac9f79
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Mon, 1 Mar 2021 21:36:23 +0000
Omit 6-xxx and 7-xxx paths for tests
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/info.rkt b/info.rkt
@@ -12,6 +12,7 @@
"at-exp-lib")) ;; for the documentation only
(define scribblings '(("scribblings/stxparse-info.scrbl" () ("Syntax Extensions"))))
(define compile-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1"))
+(define test-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1"))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(Suzanne Soy))