瀏覽代碼

tools/codeformat.py: Include tests in C code formatting.

Signed-off-by: Damien George <dpgeorge@georgerobotics.com.au>
Damien George 2 年之前
父節點
當前提交
707936145c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/codeformat.py

+ 1 - 0
tools/codeformat.py

@@ -36,6 +36,7 @@ import subprocess
 PATHS = [
     # C
     "src/**/*.[ch]",
+    "tests/**/*.[ch]",
     # Python
     "tools/**/*.py",
 ]