X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=run-tests.lisp;h=d81d407e0f5e26d4853089e1773da5281d0eedf3;hb=927d5f069190f0911510fac96298dde23e265840;hp=5dca9f56823d79df8c7ff172b8d48491f1810d6f;hpb=2104b47cd6f5a66a0ca7bd240ae928e986a4a8c5;p=hyperobject.git diff --git a/run-tests.lisp b/run-tests.lisp index 5dca9f5..d81d407 100644 --- a/run-tests.lisp +++ b/run-tests.lisp @@ -1,3 +1,17 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: run-tests.lisp +;;;; Purpose: Regression suite for hyperobject +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Apr 2000 +;;;; +;;;; $Id: run-tests.lisp,v 1.2 2003/05/14 05:29:48 kevin Exp $ +;;;; +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg +;;;; ************************************************************************* + (defpackage #:run-tests (:use #:cl)) (in-package #:run-tests)