From fbf08cc944b12e99743a5d564af26f94e1214199 Mon Sep 17 00:00:00 2001 From: Sebastian Beckmann Date: Sun, 8 Jun 2025 00:27:30 +0200 Subject: [PATCH] build-aux: Add test directory to clang-format file list --- build-aux/.run-format.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/.run-format.zsh b/build-aux/.run-format.zsh index 075df0e52..ab74d2835 100755 --- a/build-aux/.run-format.zsh +++ b/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)/*})