mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
9 lines
329 B
Common Lisp
9 lines
329 B
Common Lisp
#+(and linux gc-stress) (invoke-restart 'run-tests::skip-file)
|
|
|
|
(handler-case (require :sb-mpfr)
|
|
(warning (c)
|
|
(when (or (search "requires at least MPFR vers" (princ-to-string c))
|
|
(search "not loaded" (princ-to-string c)))
|
|
(invoke-restart 'run-tests::skip-file))))
|
|
(load "../contrib/sb-mpfr/tests.lisp")
|