From d11119bfdc6425b141f1e6d7fc3f44246b4bd14d Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 2 Jul 2021 00:37:31 +0100 Subject: [PATCH] export additional test function (at package level). This is so you can run the tests with ASDF, I think. It was something I did whilst SLIME was a bit messes-up and I was a bit desperate with trying to fix it. So, I don't know if this additional exported function is needed. Everything seems to work with it still there -- after I restarted Emacs and SLIME -- so I'm keeping it like this for now. --- tests/package.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/package.lisp b/tests/package.lisp index 9847d73..da1a28a 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -1,6 +1,7 @@ -;;;; package.lisp +;;;; tests/package.lisp (defpackage #:ritherdon-rest-tests (:use #:cl #:fiveam) (:export #:run! - #:all-tests)) + #:all-tests + #:test-quasi))