Changeset 3688
- Timestamp:
- 07/30/08 10:42:31 (4 months ago)
- Files:
-
- trunk/build.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.lisp
r3687 r3688 192 192 193 193 (defun test () 194 (cl-gd::load-gd-glue) 195 (eval '(defmethod print-object :around ((object t) stream) 196 (handler-case 197 (call-next-method) 198 (error (c) (print-unreadable-object (object stream :type t :identity t)))))) 194 (cl-gd::load-gd-glue) 199 195 (format t "~&;;; --- running tests~%") 200 196 (run-tests
