mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge bitcoin/bitcoin#26489: test: Split overly large util_tests.cpp file
fa4ec1be51test: Split overly large util_tests.cpp file (MacroFake) Pull request description: The file has ~3kLOC and is slow to compile. Fix both issues by splitting it. (On my machine the compilation goes from 25 seconds previously to 17+10 seconds for the two smaller files) To review, `--color-moved=dimmed-zebra` can be used. ACKs for top commit: RandyMcMillan: ACKfa4ec1be51for: shaavan: ACKfa4ec1be51aureleoules: ACKfa4ec1be51Tree-SHA512: 4719439c7ee0c6c06b6f6ccf07b3a037c0cae58b1bd6e6e929ebfeab8403be3d1905581669ed733bff0cbf4e385c27ae58d519ce031e145e6889bd5bce1c1d03
This commit is contained in:
commit
547a963628
3 changed files with 1044 additions and 1021 deletions
|
|
@ -66,6 +66,7 @@ BITCOIN_TESTS =\
|
|||
test/addrman_tests.cpp \
|
||||
test/allocator_tests.cpp \
|
||||
test/amount_tests.cpp \
|
||||
test/argsman_tests.cpp \
|
||||
test/arith_uint256_tests.cpp \
|
||||
test/banman_tests.cpp \
|
||||
test/base32_tests.cpp \
|
||||
|
|
|
|||
1043
src/test/argsman_tests.cpp
Normal file
1043
src/test/argsman_tests.cpp
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue