Skip to content

Commit 96a30b9

Browse files
author
MarcoFalke
committed
Merge bitcoin#18528: build: create test_fuzz library from src/test/fuzz/fuzz.cpp
691e2a7 build: create test_fuzz library from src/test/fuzz/fuzz.cpp (Harris) Pull request description: This PR creates a static library **libtest_fuzz.a** to speed up the compilation of fuzz tests. It is functionally similar to bitcoin#17542 Fixes bitcoin#18527 ACKs for top commit: MarcoFalke: ACK 691e2a7 🦁 Tree-SHA512: 39d7d2731ca4370db518dbb969eb17ddbf9c030c3fe0dec0d04ff6578f24a128563fe5aced78300c92ce296623a7079fea5aea70619819a20c56fb34191f00ef
2 parents 4830077 + 691e2a7 commit 96a30b9

File tree

3 files changed

+139
-119
lines changed

3 files changed

+139
-119
lines changed

src/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ include Makefile.leveldb.include
725725
endif
726726

727727
include Makefile.test_util.include
728+
include Makefile.test_fuzz.include
728729

729730
if ENABLE_TESTS
730731
include Makefile.test.include

0 commit comments

Comments
 (0)