1 #+(and linux gc-stress
) (invoke-restart 'run-tests
::skip-file
)
3 (handler-case (require :sb-gmp
)
5 (when (search "GMP not loaded" (princ-to-string c
))
6 (invoke-restart 'run-tests
::skip-file
))))
8 ;; FIXME: do we also want to load sb-gmp/tests-stress.lisp?
9 ;; Those tests are wicked slow, taking about 47 seconds on my computer
10 (load "../contrib/sb-gmp/tests.lisp")