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