X-Git-Url: http://git.kpe.io/?p=rt.git;a=blobdiff_plain;f=rt.lisp;h=d4dd2aedb677e020169363f312f6da7fe1c8317e;hp=58b25c410bd97ce3495dd984e2507ef692ba327f;hb=d5ad9a59d50cbf2c07c5662acf7073adfc831773;hpb=dd07015bd6d08a6f2d223d5668655f9758f6843c diff --git a/rt.lisp b/rt.lisp index 58b25c4..d4dd2ae 100644 --- a/rt.lisp +++ b/rt.lisp @@ -19,14 +19,15 @@ | SOFTWARE. | |----------------------------------------------------------------------------|# -(defpackage :rt +(defpackage #:regression-test + (:nicknames #:rtest #-lispworks #:rt) (:use #:cl) (:export #:*do-tests-when-defined* #:*test* #:continue-testing #:deftest #:do-test #:do-tests #:get-test #:pending-tests #:rem-all-tests #:rem-test) (:documentation "The MIT regression tester with pfdietz's modifications")) -(in-package :rt) +(in-package :regression-test) (defvar *test* nil "Current test name") (defvar *do-tests-when-defined* nil)