26 feb. 2024 kl. 14.59 skrev Eli Zaretskii : > Can't we do that in the test harness, instead of introducing > test-suite dependencies into the built Emacs binary? For example, how > about adding to tree-sitter-extra-load-path in treesit-tests.el > instead? Yes, that's probably a better idea. We don't even need anything in the test suites if we set `treesit-extra-load-path` in the Makefile, as in this patch. (We could set an environment variable instead, but then it would need decoding in each tree-sitter test as well, and the change to the Makefile wouldn't really be simpler.)