Skip to content

Commit 4006134

Browse files
committed
Rename miniscript_random fuzz test -> miniscript
1 parent 4643107 commit 4006134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitcoin/test/fuzz/miniscript_random.cpp renamed to bitcoin/test/fuzz/miniscript.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ void TestNode(const NodeRef& node, FuzzedDataProvider& provider)
859859
} // namespace
860860

861861
/** Fuzz target that runs TestNode on nodes generated using ConsumeNodeStable. */
862-
FUZZ_TARGET(miniscript_random_stable)
862+
FUZZ_TARGET(miniscript_stable)
863863
{
864864
FuzzedDataProvider provider(buffer.data(), buffer.size());
865865
TestNode(GenNode([&](Type) {
@@ -868,7 +868,7 @@ FUZZ_TARGET(miniscript_random_stable)
868868
}
869869

870870
/** Fuzz target that runs TestNode on nodes generated using ConsumeNodeSmart. */
871-
FUZZ_TARGET(miniscript_random_smart)
871+
FUZZ_TARGET(miniscript_smart)
872872
{
873873
/** The set of types we aim to construct nodes for. Together they cover all. */
874874
static constexpr std::array<Type, 4> BASE_TYPES{"B"_mst, "V"_mst, "K"_mst, "W"_mst};

0 commit comments

Comments
 (0)