* test/infra/Makefile.in (subdir_template): Special handling of lib-src.
* test/infra/test-jobs.yml: Regenerate.
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)
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/**