diff options
author | Paul Adenot <[email protected]> | 2023-11-10 14:15:28 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-11-10 15:31:57 +0100 |
commit | 625213fd9f34baa2bee05004219592ed8a6675ce (patch) | |
tree | 079433ace0e4f994c4390c41119e0801787e1192 /CMakeLists.txt | |
parent | 687b1e34468cc0cd265dd95564d306371e269bca (diff) | |
download | cubeb-625213fd9f34baa2bee05004219592ed8a6675ce.tar.gz cubeb-625213fd9f34baa2bee05004219592ed8a6675ce.zip |
Non-functional change: Check tests when checking format
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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 |