Skip to content
Snippets Groups Projects
Commit 1252c916 authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r3357: remove load-compile-op from .asd file

parent 17ebaf0b
No related branches found
No related tags found
No related merge requests found
cl-rt (19901219-2) unstable; urgency=low
* Remove 'load-compiled-op from .asd file
-- Kevin M. Rosenberg <kmr@debian.org> Fri, 8 Nov 2002 09:31:31 -0700
cl-rt (19901219-1) unstable; urgency=low cl-rt (19901219-1) unstable; urgency=low
* Initial release. * Initial release.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg ;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Sep 2002 ;;;; Date Started: Sep 2002
;;;; ;;;;
;;;; $Id: rt.asd,v 1.1 2002/11/08 08:08:29 kevin Exp $ ;;;; $Id: rt.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
;;;; ;;;;
;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg
;;;; ;;;;
...@@ -25,14 +25,9 @@ ...@@ -25,14 +25,9 @@
:licence "MIT" :licence "MIT"
:description "MIT Regression Tester" :description "MIT Regression Tester"
:long-description "RT provides a framework for writing regression test suites" :long-description "RT provides a framework for writing regression test suites"
:perform (load-op :after (op rt) :perform (load-op :after (op rt)
(pushnew :rt cl:*features*)) (pushnew :rt cl:*features*))
:components :components
((:file "rt"))) ((:file "rt")))
(when (ignore-errors (find-class 'load-compiled-op))
(defmethod perform :after ((op load-compiled-op) (c (eql (find-system :rt))))
(pushnew :rt cl:*features*)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment