aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test_util.include
AgeCommit message (Expand)Author
2023-07-19Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...fanquake
2023-06-28test: Use same timeout for all index syncMarcoFalke
2023-06-14test: move remaining random test util code from setup_common to randomjonatack
2023-03-23Add pool based memory resource & allocatorMartin Leitner-Ankerl
2023-02-17Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...Andrew Chow
2023-02-15Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...fanquake
2023-02-09De-duplicate add_coin methods to a test util helperJon Atack
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-01-30Add xoroshiro128++ PRNGMartin Leitner-Ankerl
2023-01-27test, build: Separate `read_json` function into its own moduleHennadii Stepanov
2022-11-21refactor: unify test/util/wallet.h with wallet/test/util.hfurszy
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-09-15build: remove unused libevent cppflagsfanquake
2022-09-15build: remove unused natpmp / upnp cppflagsfanquake
2022-09-13build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES)fanquake
2022-04-11build: Don't add unrelated libs to LIBTEST_*Carl Dong
2021-12-20scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.aRussell Yanofsky
2021-09-15move-only: unittest: add test/util/chainstate.hJames O'Beirne
2021-03-30fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz targetMarcoFalke
2021-03-04build: compile libnatpmp with -DNATPMP_STATICLIB on Windowsfanquake
2021-02-17test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2020-11-07test: Mock IBD in net_processing fuzzersMarcoFalke
2020-04-05fuzz: Add process_messages harnessMarcoFalke
2019-11-25[test] move wallet helper functions into test libraryMartin Zumsande
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande
2019-11-21build: Create test utility library from src/test/util/Harris