test: Add missing ipc subtree to lint

This commit is contained in:
MarcoFalke
2025-05-27 10:06:08 +02:00
parent 638a4c0bd8
commit fa4b8b16c3
3 changed files with 13 additions and 20 deletions

View File

@@ -205,9 +205,11 @@ fn commit_range() -> String {
/// Return all subtree paths
fn get_subtrees() -> Vec<&'static str> {
// Keep in sync with [test/lint/README.md#git-subtree-checksh]
vec![
"src/crc32c",
"src/crypto/ctaes",
"src/ipc/libmultiprocess",
"src/leveldb",
"src/minisketch",
"src/secp256k1",