mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
7 lines
309 B
Common Lisp
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")
|