From 4dc606009922a29bf83dea5ff2acced4ab2b5963 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 3 Nov 2008 08:35:44 +0100 Subject: [PATCH] forgot to include the ASDF refactoring for the unittests. --- lispstat.asd | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 0567a47..420950e 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-10-03 05:16:33 tony> +;;; Time-stamp: <2008-11-03 08:33:23 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -228,9 +228,11 @@ "stat-models") :pathname "src/unittests/" :components ((:file "unittests") - (:file "unittests-lstypes") - ;; "unittests-arrays.lisp" - ;; "unittests-data-clos.lisp" - ;; "unittests-proto.lisp" - ;; "unittests-regression.lisp" - )))) + (:file "unittests-lstypes" :depends-on ("unittests")) + (:file "unittests-specfn" :depends-on ("unittests")) + (:file "unittests-prob" :depends-on ("unittests")) + (:file "unittests-proto" :depends-on ("unittests")) + (:file "unittests-regression" :depends-on ("unittests")) + ;; not ready yet: + ;; (:file "unittests-data-clos" :depends-on ("unittests")) + (:file "unittests-arrays" :depends-on ("unittests")))))) -- 2.11.4.GIT