瀏覽代碼

build-aux: Add test directory to clang-format file list

Sebastian Beckmann 4 月之前
父節點
當前提交
fbf08cc944
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-aux/.run-format.zsh

+ 1 - 1
build-aux/.run-format.zsh

@@ -54,7 +54,7 @@ invoke_formatter() {
         exit 2
       fi
 
-      if (( ! #source_files )) source_files=((libobs|libobs-*|frontend|plugins|deps|shared)/**/*.(c|cpp|h|hpp|m|mm)(.N))
+      if (( ! #source_files )) source_files=((libobs|libobs-*|frontend|plugins|deps|shared|test)/**/*.(c|cpp|h|hpp|m|mm)(.N))
 
       source_files=(${source_files:#*/(obs-websocket/deps|decklink/*/decklink-sdk|mac-syphon/syphon-framework|libdshowcapture)/*})