aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2023-11-10 14:15:28 +0100
committerPaul Adenot <[email protected]>2023-11-10 15:31:57 +0100
commit625213fd9f34baa2bee05004219592ed8a6675ce (patch)
tree079433ace0e4f994c4390c41119e0801787e1192
parent687b1e34468cc0cd265dd95564d306371e269bca (diff)
downloadcubeb-625213fd9f34baa2bee05004219592ed8a6675ce.tar.gz
cubeb-625213fd9f34baa2bee05004219592ed8a6675ce.zip
Non-functional change: Check tests when checking format
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d88f13..530e3a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -436,6 +436,7 @@ add_custom_target(clang-format-check
find
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/include
+ ${CMAKE_CURRENT_SOURCE_DIR}/test
-type f (-name "*.cpp" -o -name "*.c" -o -name "*.h")
-not -path "*/subprojects/speex/*"
-print0