X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fpackage.lisp;h=faa0c011ba306017fc2a8059ac120c03bf123ca8;hb=08af5459d3ba7d229a8339d242ef742cfe846861;hp=166266c3832698cf541212862f82c5dd19664afc;hpb=f761dc1d39bb92917db53f935348f79e4db95e40;p=umlisp.git diff --git a/tests/package.lisp b/tests/package.lisp index 166266c..faa0c01 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: May 2003 ;;;; -;;;; $Id: package.lisp,v 1.1 2003/05/07 23:06:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -16,8 +16,11 @@ ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* +(in-package #:cl-user) + (defpackage #:umlisp-tests - (:use #:umlisp #:cl #:rtest #:kmrcl)) + (:use #:umlisp #:cl #:rtest #:kmrcl) + (:export #:run-tests)) + -(setf rtest::*catch-errors* nil)