From 410f01d569e8436336bc0cea18d0a9aa36eb6199 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 9 Mar 2008 12:57:36 +0100 Subject: [PATCH] new description of how to use test facility --- unittests-protoObj.lisp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/unittests-protoObj.lisp b/unittests-protoObj.lisp index 7358b54..d861963 100644 --- a/unittests-protoObj.lisp +++ b/unittests-protoObj.lisp @@ -16,6 +16,17 @@ (in-package :lisp-stat-unittests) +;; To use these tests, we need to do +;; (unittests-protoObj::run-lisp-stat-proto-tests) +;; eventually, the scoreboard should work in order to take care of +;; real-time tracking. Then something like +;; (scoreboard) +;; should create, and either we poll/rerun based on event changes, or +;; we force a poll via +;; (update-scoreboard) +;; and have it do the right thing. Or it could be no problem to do +;; both. + ;;; TESTS (defun run-lisp-stat-tests () @@ -24,12 +35,10 @@ (defun run-lisp-stat-test (&rest x) (run-test x)) - (deftestsuite lisp-stat-object-system () ()) (deftestsuite lisp-stat-proto-basic (lisp-stat-object-system) ()) (deftestsuite lisp-stat-proto-use (lisp-stat-object-system) ()) - ;; EXAMPLES, not for use #+nil(progn -- 2.11.4.GIT