From 5611b43757dd1327ef61863ab32739fa1b0595b7 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 2 Nov 2008 11:06:12 +0100 Subject: [PATCH] important to define tests-- though need to move into relevant source file. --- src/unittests/unittests.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unittests/unittests.lisp b/src/unittests/unittests.lisp index 28a917f..a6a94c7 100644 --- a/src/unittests/unittests.lisp +++ b/src/unittests/unittests.lisp @@ -25,8 +25,8 @@ ;; others should be defined in another place...: ;;(deftestsuite lisp-stat-ut-lin-alg (lisp-stat-ut) ()) -;;(deftestsuite lisp-stat-ut-spec-fns (lisp-stat-ut) ()) -;;(deftestsuite lisp-stat-ut-probdistn (lisp-stat-ut) ()) +(deftestsuite lisp-stat-ut-spec-fns (lisp-stat-ut) ()) +(deftestsuite lisp-stat-ut-probdistn (lisp-stat-ut) ()) (defun almost= (a b &key (tol 0.000001)) "Numerically compares 2 values to a tolerance." -- 2.11.4.GIT