X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fpackage.lisp;fp=tests%2Fpackage.lisp;h=166266c3832698cf541212862f82c5dd19664afc;hb=f761dc1d39bb92917db53f935348f79e4db95e40;hp=0000000000000000000000000000000000000000;hpb=55068af522c14b69ca0b0f32445dfe5bcfc0dabc;p=umlisp.git diff --git a/tests/package.lisp b/tests/package.lisp new file mode 100644 index 0000000..166266c --- /dev/null +++ b/tests/package.lisp @@ -0,0 +1,23 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: package.lisp +;;;; Purpose: Package definition for UMLisp Regression suite +;;;; Author: Kevin M. Rosenberg +;;;; Date Started: May 2003 +;;;; +;;;; $Id: package.lisp,v 1.1 2003/05/07 23:06:44 kevin Exp $ +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; +;;;; UMLisp users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License. +;;;; ************************************************************************* + +(defpackage #:umlisp-tests + (:use #:umlisp #:cl #:rtest #:kmrcl)) + +(setf rtest::*catch-errors* nil) +