From eb1b36dc0407059926355a1ae97f9dccd470dd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Tue, 9 Aug 2016 19:35:24 +0200 Subject: [PATCH] tests: run full tests (regressions and features) --- src/tests/doit.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/doit.lsp b/src/tests/doit.lsp index ed65a7a38..1b5b2c9ef 100644 --- a/src/tests/doit.lsp +++ b/src/tests/doit.lsp @@ -9,4 +9,4 @@ (asdf:load-asd (merge-pathnames "ecl-tests.asd" *load-pathname*))) (asdf:operate 'asdf:load-source-op 'ecl-tests) -(2am-ecl:run 'cl-test::regressions) +(2am-ecl:run 'cl-test::ecl-tests)