Skip to content

Commit d9ddc3f

Browse files
build: add llmq_tests.h to TEST_UTIL_H list
The header file test/util/llmq_tests.h was missing from the TEST_UTIL_H list in Makefile.test_util.include, causing compilation errors when building tests that include this header.
1 parent 9a8eb89 commit d9ddc3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.test_util.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ TEST_UTIL_H = \
1212
test/util/chainstate.h \
1313
test/util/json.h \
1414
test/util/index.h \
15+
test/util/llmq_tests.h \
1516
test/util/logging.h \
1617
test/util/mining.h \
1718
test/util/net.h \

0 commit comments

Comments
 (0)