From 8864917d8bcb856db530f4b6e84a80bd77ed5035 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 16 Mar 2026 19:43:47 +0800 Subject: [PATCH] lint: add missing ipc/test to grep_boost_fixture_test_suite --- test/lint/lint-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lint/lint-tests.py b/test/lint/lint-tests.py index 919912dc692..c7354bc4122 100755 --- a/test/lint/lint-tests.py +++ b/test/lint/lint-tests.py @@ -20,6 +20,7 @@ def grep_boost_fixture_test_suite(): "-E", r"^BOOST_FIXTURE_TEST_SUITE\(", "--", + "src/ipc/test/**.cpp", "src/test/**.cpp", "src/wallet/test/**.cpp", ]