test: Add imports for util bpf_cflags

This is required for the next commit.
This commit is contained in:
MarcoFalke
2025-04-24 10:21:40 +02:00
parent 82d1e94838
commit fa0c1baaf8
6 changed files with 30 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2022 The Bitcoin Core developers
# Copyright (c) 2022-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -17,6 +17,7 @@ from test_framework.util import (
assert_equal,
assert_greater_than,
assert_raises_rpc_error,
bpf_cflags,
)
coinselection_tracepoints_program = """