From c9f367950652a3728cc94c7a7faf0aa55c2aae9f Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 10 Nov 2019 17:07:45 +0100 Subject: [PATCH] compile tests with debug 1 --- test/src/comp-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 6d714656ade..2e388b9f148 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -30,6 +30,7 @@ (require 'comp) (setq comp-speed 3) +(setq comp-debug 1) (defconst comp-test-src (concat (file-name-directory (or load-file-name buffer-file-name)) -- 2.39.5