From d3e23e7ff1d951afe13f1ed09ac651922279c74c Mon Sep 17 00:00:00 2001 From: tony Date: Thu, 15 May 2008 18:41:41 +0200 Subject: [PATCH] unittests added, along with text files (LICENSE, README). --- lispstat.asd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index e7c33f6..eacd36c 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-05-15 18:29:24 tony> +;;; Time-stamp: <2008-05-15 18:39:49 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> @@ -200,8 +200,13 @@ Last touched 1991, then in 2005--2007." "statistics" "regression")) - (:file "unittests" :depends-on ("ls-user")) + (:file "unittests-lstypes" :depends-on ("ls-user" + "lstypes")) + ;; (:file "unittests-data-clos" :depends-on ("ls-user")) + ;; (:file "unittests-regression" :depends-on ("ls-user")) + (:static-file "LICENSE") + (:static-file "README") )) -- 2.11.4.GIT