emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b6d48190609 2/2: Adapt emba integration


From: Michael Albinus
Subject: master b6d48190609 2/2: Adapt emba integration
Date: Sun, 11 Jun 2023 14:34:40 -0400 (EDT)

branch: master
commit b6d48190609be84a9e456929a51b778474261937
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Adapt emba integration
    
    * test/infra/Makefile.in (subdir_template): Special handling of lib-src.
    
    * test/infra/test-jobs.yml: Regenerate.
---
 test/infra/Makefile.in   | 6 +++++-
 test/infra/test-jobs.yml | 4 ----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in
index 5f7d6281a7c..fff7281b566 100644
--- a/test/infra/Makefile.in
+++ b/test/infra/Makefile.in
@@ -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)
diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index b49dd369611..2f6e0dab4d5 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -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/**



reply via email to

[Prev in Thread] Current Thread [Next in Thread]