X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Ftest-driver.lisp;h=03fdeddb8a2b4514a241592772bf67c61b58f94d;hb=7e24349c17298e2959e853ea411b5f65d9f7f332;hp=6abd985f52de6b76c91645c818893206b0a5aee0;hpb=e15ca902a6c4eb6e4695e71400edbbd57c5e57cd;p=sbcl.git diff --git a/contrib/sb-introspect/test-driver.lisp b/contrib/sb-introspect/test-driver.lisp index 6abd985..03fdedd 100644 --- a/contrib/sb-introspect/test-driver.lisp +++ b/contrib/sb-introspect/test-driver.lisp @@ -72,5 +72,9 @@ (assert (matchp-name :function 'cl-user::one 2)) (sb-profile:unprofile cl-user::one) +;;; Test the xref facility + +(load (merge-pathnames "xref-test.lisp" *load-pathname*)) + ;;; Unix success convention for exit codes (sb-ext:quit :unix-status 0)