X-Git-Url: http://git.kpe.io/?p=ptester.git;a=blobdiff_plain;f=tester.asd;fp=tester.asd;h=0000000000000000000000000000000000000000;hp=9fa45a28ef1cf76d74e8de514ad109f7de60f978;hb=20825c7e1b5f0a878f77a28c1a77d25bfb6c114f;hpb=8cdb46dcf0b4771f764c196c9b51530e236cae9b diff --git a/tester.asd b/tester.asd deleted file mode 100644 index 9fa45a2..0000000 --- a/tester.asd +++ /dev/null @@ -1,34 +0,0 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ************************************************************************* -;;;; FILE IDENTIFICATION -;;;; -;;;; Name: tester.asd -;;;; Purpose: ASDF definition file for Tester -;;;; Programmer: Kevin M. Rosenberg -;;;; Date Started: Sep 2002 -;;;; -;;;; $Id: tester.asd,v 1.5 2003/07/18 19:48:36 kevin Exp $ -;;;; -;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg -;;;; -;;;; cl-tester users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU Lesser General Public License -;;;; (http://www.gnu.org/licenses/lgpl.html) -;;;; ************************************************************************* - -(defpackage #:tester-system (:use #:asdf #:cl)) -(in-package #:tester-system) - - -(defsystem tester - :name "cl-tester" - :author "Kevin Layer, Franz, Inc" - :version "2.2.12.2.6.1" - :maintainer "Kevin M. Rosenberg " - :licence "GNU Lesser General Public License" - :description "Franz's Test Harness Package" - :long-description "Tester provides an framework for creating automated testing progams." - - :components - ((:file "tester"))) -