exclude fomega3 for now
This commit is contained in:
parent
eb2e012e9d
commit
ae5d160c05
|
@ -9,6 +9,7 @@
|
|||
|
||||
(define test-omit-paths
|
||||
'("examples/tests/mlish/sweet-map.rkt" ; needs sweet-exp
|
||||
"examples/tests/fomega3.rkt"
|
||||
"examples/tests/fomega3-tests.rkt"
|
||||
"examples/tests/mlish/bg/README.md"))
|
||||
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
(path->string (path-replace-suffix (file-name-from-path f) "")))
|
||||
(define-syntax-parameter stx (syntax-rules ())))
|
||||
|
||||
;; non-turnstile
|
||||
(define-syntax (define-typed-syntax stx)
|
||||
(syntax-parse stx
|
||||
[(_ name:id stx-parse-clause ...+)
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
(define compile-omit-paths
|
||||
'("examples/rosette"
|
||||
"examples/tests"
|
||||
"examples/fomega3.rkt"
|
||||
"examples/tests"
|
||||
"examples/trivial.rkt")) ; needs typed racket
|
||||
|
||||
(define test-include-paths
|
||||
|
@ -17,6 +17,7 @@
|
|||
"examples/tests/rosette" ; needs rosette
|
||||
"examples/tests/trivial-test.rkt" ; needs typed/racket
|
||||
"examples/tests/mlish/sweet-map.rkt" ; needs sweet-exp
|
||||
"examples/fomega3.rkt"
|
||||
"examples/tests/fomega3-tests.rkt"
|
||||
"examples/tests/mlish/bg/README.md"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user