X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Ftester.asd;h=fabb0049a17d4275d1530969869710d55e0963b3;hb=9ad0cc72d087aa4487fa4443c8a9c3a41f947d05;hp=ee789d4c375c4ca9cc42c947f59a2ca839a71655;hpb=08d17167d2f399fb2cba10eb0577c97877bb18d6;p=ptester.git diff --git a/debian/tester.asd b/debian/tester.asd index ee789d4..fabb004 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.2 2002/09/30 10:16:25 kevin Exp $ +;;;; $Id: tester.asd,v 1.3 2002/10/22 16:04:48 kevin Exp $ ;;;; ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,6 +18,7 @@ (in-package :asdf) +#-allegro (defsystem :tester :name "cl-tester" :author "Kevin Layer, Franz, Inc" @@ -33,6 +34,7 @@ :components ((:file "tester"))) +#-allegro (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :tester)))) (pushnew :tester cl:*features*)))