diff options
| -rw-r--r-- | test/Makefile.in | 4 |
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. |
| 93 | ert_opts = | 93 | ert_opts = |
| 94 | 94 | ||
| 95 | # Supply a path to local tree-sitter installations, as we run tests | ||
| 96 | # without a valid HOME. | ||
| 97 | ert_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). |
| 97 | TEST_BACKTRACE_LINE_LENGTH = | 101 | TEST_BACKTRACE_LINE_LENGTH = |