From 48d0ed8a691ab7aa269f27b747b4f646b7fc46b4 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 18 Aug 2008 18:24:02 +0200 Subject: [PATCH] compile targets, and fix typo for test running. --- ls-demo.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 39becd8..48fd1b9 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -3,7 +3,7 @@ ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. -;;; Time-stamp: <2008-07-05 19:06:01 tony> +;;; Time-stamp: <2008-08-15 16:05:27 tony> ;;; Creation: <2007-01-01 09:21:50 user> WRONG ;;; File: ls-demo.lisp ;;; Author: AJ Rossini @@ -18,6 +18,8 @@ ;;(asdf:oos 'asdf:load-op 'lift) ;; we need this, but I don't know why? ;; hacked by simply doing this in the lispstat.asd UGLY hack. ;; (asdf:oos 'asdf:load-op 'cffi) +;; (asdf:oos 'asdf:compile-op 'lispstat :force t) +;; (asdf:oos 'asdf:compile-op 'lispstat) (asdf:oos 'asdf:load-op 'lispstat) ;;; non-rigorous check for exports. @@ -252,7 +254,7 @@ my-chol-decomp-test (run-tests :suite 'lisp-stat-ut-probdistn) (describe (run-tests :suite 'lisp-stat-ut-probdistn)) (run-tests :suite 'lisp-stat-ut-spec-fns) -(describe (run-tests :suite 'lisp-stat-spec-fns)) +(describe (run-tests :suite 'lisp-stat-ut-spec-fns)) (find-testsuite 'lisp-stat-ut-lin-alg) (testsuite-tests 'lisp-stat-ut-lin-alg) -- 2.11.4.GIT