aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 720f5c7ff8c..3cbdbec4414 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -92,6 +92,10 @@ export TEST_LOAD_EL ?= \
92# Additional settings for ert. 92# Additional settings for ert.
93ert_opts = 93ert_opts =
94 94
95# Supply a path to local tree-sitter installations, as we run tests
96# without a valid HOME.
97ert_opts += --eval "(setq treesit-extra-load-path '(\"$(HOME)/.emacs.d/tree-sitter\"))"
98
95# Maximum length of lines in ert backtraces; nil for no limit. 99# Maximum length of lines in ert backtraces; nil for no limit.
96# (if empty, use the default ert-batch-backtrace-right-margin). 100# (if empty, use the default ert-batch-backtrace-right-margin).
97TEST_BACKTRACE_LINE_LENGTH = 101TEST_BACKTRACE_LINE_LENGTH =