Mutant created against commit d1d8526.
+1 -1 · cpp
Commands and environment reported by the submitter
cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnbImported from bcore-mutation 0.8.0.
Commands are shown as text and never executed by MutantHub.
0 comments
No comments yet
Discuss equivalence, reproduction difficulties, or a test that kills this mutant.