From 4c9730a5ad1d9523b95542acc0d908ca229c7b99 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 16 Mar 2009 21:58:53 +0100 Subject: [PATCH] include arrays and data-clos unittests. Signed-off-by: AJ Rossini --- lispstat.asd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index f6b0296..39abc98 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-03-11 20:06:32 tony> +;;; Time-stamp: <2009-03-16 20:47:22 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: lispstat.asd ;;; Author: AJ Rossini @@ -293,8 +293,7 @@ (: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")) - ;; changing linear algebra system - ;; (:file "unittests-arrays" :depends-on ("unittests")) + (:file "unittests-arrays" :depends-on ("unittests")) + (:file "unittests-data-clos" :depends-on ("unittests")) + )))) -- 2.11.4.GIT