Omit 6-xxx and 7-xxx paths for tests

This commit is contained in:
Suzanne Soy 2021-03-01 21:36:23 +00:00
parent 4d82512ee0
commit 67006bb720

View File

@ -12,6 +12,7 @@
"at-exp-lib")) ;; for the documentation only "at-exp-lib")) ;; for the documentation only
(define scribblings '(("scribblings/stxparse-info.scrbl" () ("Syntax Extensions")))) (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 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 pkg-desc "Description Here")
(define version "0.0") (define version "0.0")
(define pkg-authors '(Suzanne Soy)) (define pkg-authors '(Suzanne Soy))