sbcl.sbcl/tests/sb-simple-streams.impure.lisp
2023-12-01 22:54:11 +03:00

9 lines
361 B
Common Lisp

#+gc-stress (invoke-restart 'run-tests::skip-file)
(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")