From c42f44f255934c27b49c7d30ee397674dca06d11 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 4 Oct 2008 15:38:13 +0200 Subject: [PATCH] TODO now includes the incantation for running unittests. unittests still need more fixing! --- TODO.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.lisp b/TODO.lisp index 6c21cbc..e65568a 100644 --- a/TODO.lisp +++ b/TODO.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2008-10-04 14:46:52 tony> +;;; Time-stamp: <2008-10-04 15:37:17 tony> ;;; Creation: <2008-09-08 08:06:30 tony> ;;; File: TODO.lisp ;;; Author: AJ Rossini @@ -18,6 +18,10 @@ (in-package :cl-user) (asdf:oos 'asdf:load-op 'lispstat) + +(in-package :lisp-stat-unittests) +(describe (run-tests :suite 'lisp-stat-ut)) + (in-package :ls-user) (progn -- 2.11.4.GIT