r4982: Auto commit for Debian build
[kmrcl.git] / kmrcl-tests.asd
index 8f5a4464b6110a3a183fede74879418d542ae732..0f486bacfbb432b9dd9ee876a4f53b10ab851262 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: kmrcl-tests.asd,v 1.1 2003/04/28 21:12:27 kevin Exp $
+;;;; $Id: kmrcl-tests.asd,v 1.2 2003/05/08 19:19:08 kevin Exp $
 ;;;; *************************************************************************
 
 (defpackage #:kmrcl-tests-system
@@ -16,7 +16,8 @@
 
 (defsystem kmrcl-tests
     :depends-on (:rt :kmrcl)
-    :components ((:file "tests")))
+    :components
+    ((:file "tests")))
 
 (defmethod perform ((o test-op) (c (eql (find-system :kmrcl-tests))))
   (or (funcall (intern (symbol-name '#:do-tests)