mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
9 lines
457 B
Common Lisp
9 lines
457 B
Common Lisp
(require :sb-concurrency)
|
|
(load "../contrib/sb-concurrency/tests/package.lisp")
|
|
(load "../contrib/sb-concurrency/tests/test-utils.lisp")
|
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-frlock.lisp")
|
|
;; This passes with sb-fasteval but not sb-eval
|
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-queue.lisp")
|
|
(load "../contrib/sb-concurrency/tests/test-mailbox.lisp")
|
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-gate.lisp")
|