From 5725987c8dfd55d4ee0282f0a37779e06052f3c6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 24 Feb 2019 10:30:57 +0100 Subject: Re-organize code --- test/test.lisp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/test.lisp (limited to 'test/test.lisp') diff --git a/test/test.lisp b/test/test.lisp new file mode 100644 index 0000000..f672045 --- /dev/null +++ b/test/test.lisp @@ -0,0 +1,8 @@ +(in-package :com.lisp-algo.test) + +(defun do-tests () + "Configure lisp-unit and run all tests." + (setq *print-errors* t) ; Details tests locations when running tests + (setq *print-summary* t) ; Details on tests + (setq *print-failures* t) ; Details tests locations when failures + (run-tests :all :com.lisp-algo.test)) -- cgit v1.2.3