diff options
author | Greg Sanders <gsanders87@gmail.com> | 2024-01-12 11:17:47 -0500 |
---|---|---|
committer | Greg Sanders <gsanders87@gmail.com> | 2024-03-18 10:32:00 -0400 |
commit | 4d6528a3d6bf3821c216c68f99170e2faab5d63c (patch) | |
tree | 28f4ddbea58b46bdb23ed77073c545fc0d0c10f0 /src/Makefile.test.include | |
parent | e9c5aeb11d641b8cae373452339760809625021d (diff) |
fuzz: fuzz diagram creation and comparison
Co-authored-by: Suhas Daftuar <sdaftuar@chaincode.com>
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 83ea4b139c..2e475f0803 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -315,6 +315,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/deserialize.cpp \ test/fuzz/eval_script.cpp \ test/fuzz/fee_rate.cpp \ + test/fuzz/feeratediagram.cpp \ test/fuzz/fees.cpp \ test/fuzz/flatfile.cpp \ test/fuzz/float.cpp \ |