X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.pure.lisp;h=cc83e6ab7ebda8d28f2438ab10a7717e426b2e3d;hb=bfa4310e41dcd011ca9d139f29be1c5757b41378;hp=5ac83e0e7a0542acc0c3217634a3ce902b8768e6;hpb=f706a441d7c09cba32701289b63946527fef3c78;p=sbcl.git diff --git a/tests/interface.pure.lisp b/tests/interface.pure.lisp index 5ac83e0..cc83e6a 100644 --- a/tests/interface.pure.lisp +++ b/tests/interface.pure.lisp @@ -132,3 +132,9 @@ ;;; DISASSEMBLE shouldn't fail on purified functions (disassemble 'cl:+) (disassemble 'sb-ext:run-program) + +;;; minimal test of GC: see stress-gc.{sh,lisp} for a more +;;; comprehensive test. +(loop repeat 2 + do (compile nil '(lambda (x) x)) + do (sb-ext:gc :full t))