diff options
author | dergoegge <n.goeggi@gmail.com> | 2022-12-08 12:47:24 +0000 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2022-12-12 21:06:04 +0000 |
commit | 3153e7d779ac284f86e433af033d63f13f361b6f (patch) | |
tree | 41f9f855fb184d9e0d884c724eff0aff8761f578 /src/Makefile.test.include | |
parent | 53552affca381cdb5103ecdbcc7f3fb562e66ac4 (diff) |
[fuzz] Add HeadersSyncState target
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 74c30f1caf..c82e290311 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -269,6 +269,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/flatfile.cpp \ test/fuzz/float.cpp \ test/fuzz/golomb_rice.cpp \ + test/fuzz/headerssync.cpp \ test/fuzz/hex.cpp \ test/fuzz/http_request.cpp \ test/fuzz/i2p.cpp \ |