sbcl.sbcl/tests/sb-simple-streams.impure.lisp
2022-09-23 10:43:35 -04:00

7 lines
309 B
Common Lisp

(require :sb-simple-streams)
;; impure tests don't use the input manifest under run-tests.sh
;; but do under parallel-exec, which runs each test as if pure,
;; but in a forked child.
#+parallel-test-runner (setq run-tests::*allowed-inputs* :any)
(load "../contrib/sb-simple-streams/simple-stream-tests.lisp")