r5322: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 18 Jul 2003 19:48:36 +0000 (19:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 18 Jul 2003 19:48:36 +0000 (19:48 +0000)
tester.asd

index 4e4e1356ea3edec9b1541f9110d98440955b390e..9fa45a28ef1cf76d74e8de514ad109f7de60f978 100644 (file)
@@ -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")))