r5325: *** empty log message ***
[ptester.git] / tester.asd
index 3bfba96c4bc2651f502fa970e33ac51afe58b5b5..9fa45a28ef1cf76d74e8de514ad109f7de60f978 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: tester.asd,v 1.3 2003/05/06 16:29:28 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
 ;;;;
 ;;;; *************************************************************************
 
 (defpackage #:tester-system (:use #:asdf #:cl))
-(in-package #:tester-sytsem)
+(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")))