X-Git-Url: http://git.kpe.io/?p=ptester.git;a=blobdiff_plain;f=debian%2Ftester.asd;h=ee789d4c375c4ca9cc42c947f59a2ca839a71655;hp=4766b00ab81b32efc23c7b5a563219fd1a61311c;hb=ef297c4486d9af631e1566fb7bfcc8fb1e16a722;hpb=878018eaedbc6360a3202ce32058e81e69e909cb diff --git a/debian/tester.asd b/debian/tester.asd index 4766b00..ee789d4 100644 --- a/debian/tester.asd +++ b/debian/tester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: tester.asd,v 1.1 2002/09/20 07:34:06 kevin Exp $ +;;;; $Id: tester.asd,v 1.2 2002/09/30 10:16:25 kevin Exp $ ;;;; ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,9 +33,6 @@ :components ((:file "tester"))) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'tester)))) - "cl") - (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :tester)))) (pushnew :tester cl:*features*)))