r3142: *** empty log message ***
[ptester.git] / debian / tester.asd
index 4766b00ab81b32efc23c7b5a563219fd1a61311c..fabb0049a17d4275d1530969869710d55e0963b3 100644 (file)
@@ -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.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,9 +34,7 @@
   :components
   ((:file "tester")))
 
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'tester)))) 
-   "cl")
-
+#-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*)))