X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e0808c472145fc81e52898bc9ac289e10c4f4f41..713805e5b8e4b3dca718e8ca4dd0b0faca4b812d:/src/sod-test.asd.in diff --git a/src/sod-test.asd.in b/src/sod-test.asd.in index edbb046..c65f4dc 100644 --- a/src/sod-test.asd.in +++ b/src/sod-test.asd.in @@ -29,7 +29,7 @@ (cl:in-package #:sod-test-sysdef) -#|@-auto-@|# (load "auto.lisp") +#|@-auto-@|# (load (merge-pathnames "auto.lisp" *load-pathname*)) ;;;-------------------------------------------------------------------------- ;;; Definition. @@ -37,7 +37,7 @@ (defsystem sod-test ;; Boring copyright stuff. - :version #:*sysdef-version* + :version #.*sysdef-version* :author "Mark Wooding" :license "GNU General Public License, version 2 or later" #|@-path-@|# :pathname "@srcdir@" @@ -67,10 +67,7 @@ ;;; Testing. (defmethod perform ((op test-op) (system (eql (find-system "sod-test")))) - (handler-bind (((or warning style-warning) - (lambda (cond) - (declare (ignore cond)) - (invoke-restart 'muffle-warning)))) + (handler-bind (((or warning style-warning) #'muffle-warning)) (operate 'load-op system) (let ((result (funcall (find-symbol "RUN-TESTS" "SOD-TEST")))) (unless (funcall (find-symbol "WAS-SUCCESSFUL" "XLUNIT") result)