From d602ad4687a4012a1a90ed820b9c4d63fab12cf5 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 11 Nov 2007 11:59:55 +0100 Subject: [PATCH] Add unittests to the load, since we've got it started now. --- lispstat.asd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lispstat.asd b/lispstat.asd index 0b570b7..cdb2246 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -148,4 +148,10 @@ Last touched 1991, then in 2005--2007." "matrices" "linalg" "statistics" - "regression")))) + "regression")) + + + (:file "unittests" :depends-on ("ls-user")) + + )) + -- 2.11.4.GIT