Adapt tressitter tests on EMBA
* test/infra/Makefile.in (TREE-SITTER-FILES): Simplify. * test/infra/test-jobs.yml: Regenerate.
This commit is contained in:
parent
68b7806c31
commit
684e96a30d
2 changed files with 2 additions and 9 deletions
test/infra
|
@ -117,12 +117,8 @@ endef
|
||||||
|
|
||||||
$(foreach subdir, $(SUBDIRS), $(eval $(call subdir_template,$(subdir))))
|
$(foreach subdir, $(SUBDIRS), $(eval $(call subdir_template,$(subdir))))
|
||||||
|
|
||||||
# csharp-mode-tests.el, js-tests.el and python-tests.el don't follow
|
|
||||||
# test file name convention.
|
|
||||||
TREE-SITTER-FILES ?= $(shell cd .. ; \
|
TREE-SITTER-FILES ?= $(shell cd .. ; \
|
||||||
find lisp src \( -name "*-ts-mode-tests.el" -o -name "treesit-tests.el" \
|
find lisp src -name "*-tests.el" | xargs grep -El "treesit.*-p" | \
|
||||||
-o -name "csharp-mode-tests.el" -o -name "js-tests.el" \
|
|
||||||
-o -name "python-tests.el" \) | \
|
|
||||||
sort | sed s/\\.el/.log/)
|
sort | sed s/\\.el/.log/)
|
||||||
|
|
||||||
all: generate-test-jobs
|
all: generate-test-jobs
|
||||||
|
@ -133,8 +129,6 @@ generate-test-jobs: $(FILE) $(SUBDIR_TARGETS) tree-sitter-files
|
||||||
|
|
||||||
tree-sitter-files:
|
tree-sitter-files:
|
||||||
@echo >>$(FILE)
|
@echo >>$(FILE)
|
||||||
@echo "# csharp-mode-tests.el, js-tests.el and python-tests.el don't follow" >>$(FILE)
|
|
||||||
@echo "# test file name convention." >>$(FILE)
|
|
||||||
@echo '.tree-sitter-files:' >>$(FILE)
|
@echo '.tree-sitter-files:' >>$(FILE)
|
||||||
@echo ' variables:' >>$(FILE)
|
@echo ' variables:' >>$(FILE)
|
||||||
@echo ' tree_sitter_files: >-' >>$(FILE)
|
@echo ' tree_sitter_files: >-' >>$(FILE)
|
||||||
|
|
|
@ -577,11 +577,10 @@ test-src-inotify:
|
||||||
target: emacs-inotify
|
target: emacs-inotify
|
||||||
make_params: -C test check-src
|
make_params: -C test check-src
|
||||||
|
|
||||||
# csharp-mode-tests.el, js-tests.el and python-tests.el don't follow
|
|
||||||
# test file name convention.
|
|
||||||
.tree-sitter-files:
|
.tree-sitter-files:
|
||||||
variables:
|
variables:
|
||||||
tree_sitter_files: >-
|
tree_sitter_files: >-
|
||||||
|
lisp/align-tests.log
|
||||||
lisp/progmodes/csharp-mode-tests.log
|
lisp/progmodes/csharp-mode-tests.log
|
||||||
lisp/progmodes/c-ts-mode-tests.log
|
lisp/progmodes/c-ts-mode-tests.log
|
||||||
lisp/progmodes/elixir-ts-mode-tests.log
|
lisp/progmodes/elixir-ts-mode-tests.log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue