File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112026-03-14 Mats Lidell <matsl@gnu.org>
22
3+ * Makefile (coverage): enable-local-variables :all so test suite can execute
4+ with no user interaction.
5+
36* test/hycontrol-tests.el (hycontrol-tests--move-frame): Use stub since
47 frame-position is called differenty in headless and native environment.
58
Original file line number Diff line number Diff line change 33# Author: Bob Weiner
44#
55# Orig-Date: 15-Jun-94 at 03:42:38
6- # Last-Mod: 14-Mar-26 at 14:00:08 by Bob Weiner
6+ # Last-Mod: 14-Mar-26 at 22:47:11 by Mats Lidell
77#
88# Copyright (C) 1994-2026 Free Software Foundation, Inc.
99# See the file HY-COPY for license information.
@@ -735,7 +735,7 @@ COVERAGE_TESTSPEC = t
735735endif
736736.PHONY : coverage
737737coverage :
738- $(EMACS ) --quick $(PRELOADS ) \
738+ $(EMACS ) --quick $(PRELOADS ) --eval " (setq enable-local-variables :all) " \
739739 --eval " (load-file \" test/hy-test-dependencies.el\" )" \
740740 --eval " (load-file \" test/hy-test-coverage.el\" )" \
741741 --eval " (hy-test-coverage-file \" ${file} \" \" ${COVERAGE_TESTSPEC} \" )"
You can’t perform that action at this time.
0 commit comments