X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tester.asd;h=3bfba96c4bc2651f502fa970e33ac51afe58b5b5;hb=7c63f04f4833c6ab447dc7f409e119d8e08c2b0c;hp=6bf07e95fc1a368dc3257992d171cc56cd01fa3f;hpb=cfec80591f62db0b3996b83cfb2cfbd3b3cc4326;p=ptester.git diff --git a/tester.asd b/tester.asd index 6bf07e9..3bfba96 100644 --- a/tester.asd +++ b/tester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: tester.asd,v 1.1 2003/01/10 05:17:27 kevin Exp $ +;;;; $Id: tester.asd,v 1.3 2003/05/06 16:29:28 kevin Exp $ ;;;; ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,11 +16,13 @@ ;;;; (http://www.gnu.org/licenses/lgpl.html) ;;;; ************************************************************************* -(in-package :asdf) +(defpackage #:tester-system (:use #:asdf #:cl)) +(in-package #:tester-sytsem) -#+allegro (require 'tester) -(defsystem :tester +#+(and allegro common-lisp-controller) (c-l-c:original-require 'tester) + +(defsystem tester :name "cl-tester" :author "Kevin Layer, Franz, Inc" :version "2.2.12.2.6.1" @@ -29,9 +31,6 @@ :description "Franz's Test Harness Package" :long-description "Tester provides an framework for creating automated testing progams." - :perform (load-op :after (op tester) - (pushnew :tester cl:*features*)) - :components ( #-allegro (:file "tester")