Skip to content
test-around-compile.script 250 B
Newer Older
;;; -*- Lisp -*-
(load "script-support.lisp")
(load-asdf)

(quit-on-error
  (setf *central-registry* '(*default-pathname-defaults*))
  (load-system 'test-around-compile :force t)
  (assert (= 3 (add10 1)))) ;; add10 must have been compiled in base 2