Adapt emba integration

* test/infra/Makefile.in (subdir_template): Special handling of lib-src.

* test/infra/test-jobs.yml: Regenerate.
This commit is contained in:
Michael Albinus 2023-06-11 20:34:11 +02:00
parent 4256123c46
commit b6d4819060
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,11 @@ define subdir_template
SUBDIR_TARGETS += $(target)
$(eval
ifeq ($(findstring src, $(1)), src)
ifeq ($(findstring lib-src, $(1)), lib-src)
define changes
@echo ' - $(1)/*.{h,c}' >>$(FILE)
endef
else ifeq ($(findstring src, $(1)), src)
define changes
@echo ' - $(1)/treesit.{h,c}' >>$(FILE)
@echo ' - test/$(1)/treesit-tests.el' >>$(FILE)

View file

@ -9,10 +9,6 @@ test-lib-src-inotify:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
- changes:
- lib-src/treesit.{h,c}
- test/lib-src/treesit-tests.el
when: never
- changes:
- lib-src/*.{h,c}
- test/lib-src/*resources/**