From 158abfad9642209c0b06348ae61e353b0af127f8 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 14 Jan 2010 08:01:48 +0100 Subject: [PATCH] clean up ASDF spec and document version variable. Signed-off-by: AJ Rossini --- cls.asd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cls.asd b/cls.asd index 22b0871..146a23e 100644 --- a/cls.asd +++ b/cls.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2010-01-03 16:44:39 tony> +;;; Time-stamp: <2010-01-14 08:01:08 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: cls.asd ;;; Author: AJ Rossini @@ -33,12 +33,12 @@ (in-package :lisp-stat-config) +(defvar *common-lisp-stat-version* "1.0 Alpha 1" + "Version currently loaded and being used. Need to make into a + parseable object for version testing.") - -(defvar *common-lisp-stat-version* "1.0 Alpha 1") (defvar *default-path* "./") - (defparameter *cls-home-dir* (directory-namestring (truename (asdf:system-definition-pathname :cls))) @@ -309,6 +309,7 @@ (:file "unittests-arrays" :depends-on ("unittests")) (:file "unittests-dataframe" :depends-on ("unittests")))))) - +#| (defmethod perform ((o test-op) (c (eql (find-system :cls)))) (describe (lift:run-tests :suite 'lisp-stat-unittests::lisp-stat-ut))) +|# \ No newline at end of file -- 2.11.4.GIT