File: package.lisp

package info (click to toggle)
cl-umlisp 1%3A2007ac.2-6.1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 296 kB
  • sloc: lisp: 3,593; makefile: 57
file content (26 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;;;; -*- 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$
;;;;
;;;; 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.
;;;; *************************************************************************

(in-package #:cl-user)

(defpackage #:umlisp-tests
  (:use #:umlisp #:cl #:rtest #:kmrcl)
  (:export #:run-tests))