X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Ftest%2Fpackage.lisp;h=2d3102747c2683ccc92272e166d912a5351f9085;hb=e473722;hp=805cc881ec6a2fe635bbc396dd5e3c6b80a7084c;hpb=f22f4e32c969e564c1ab388c2f5a9574b8631ce9;p=clnl diff --git a/src/test/package.lisp b/src/test/package.lisp index 805cc88..2d31027 100644 --- a/src/test/package.lisp +++ b/src/test/package.lisp @@ -1,2 +1,2 @@ -(defpackage #:cl-nl-test (:use :common-lisp :cl-nl) - (:export :run-tests)) +(defpackage #:clnl-test (:use :common-lisp) + (:export :run-all-tests :run :test-debug))