]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt emba integration
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Jun 2023 18:34:11 +0000 (20:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Jun 2023 18:34:11 +0000 (20:34 +0200)
* test/infra/Makefile.in (subdir_template): Special handling of lib-src.

* test/infra/test-jobs.yml: Regenerate.

test/infra/Makefile.in
test/infra/test-jobs.yml

index 5f7d6281a7ca63c37cd006d127675bbe18a6c847..fff7281b5668406e1092f70443fcad916235ca1a 100644 (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)
index b49dd3696112b89eac706a8ef7a183a2d6c34f0a..2f6e0dab4d57011c8c4633a308855a6b92d486c1 100644 (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/**