X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tester.asd;h=9fa45a28ef1cf76d74e8de514ad109f7de60f978;hb=ddbdaa9e5aed18d85f90ebac52de503245bce2f3;hp=4e4e1356ea3edec9b1541f9110d98440955b390e;hpb=8677e99488829df6eda4ba0b6f1a8cb487e5abd8;p=ptester.git diff --git a/tester.asd b/tester.asd index 4e4e135..9fa45a2 100644 --- a/tester.asd +++ b/tester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: tester.asd,v 1.4 2003/07/18 19:47:07 kevin Exp $ +;;;; $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 ;;;; @@ -20,8 +20,6 @@ (in-package #:tester-system) -#+(and allegro common-lisp-controller) (c-l-c:original-require 'tester) - (defsystem tester :name "cl-tester" :author "Kevin Layer, Franz, Inc" @@ -32,8 +30,5 @@ :long-description "Tester provides an framework for creating automated testing progams." :components - ( - #-allegro (:file "tester") - )) - + ((:file "tester")))