diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-01 09:56:06 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-01 09:43:06 +0200 |
commit | fa18553d382a7d8c447cd6698b36e293fb7ecf1f (patch) | |
tree | f66b3d1b2532b9af5594f8ee7cc47c551af76659 /src/Makefile.test.include | |
parent | b3a2b8c29fda5d924726d3087535bd34af7012b6 (diff) |
fuzz: Remove addrdb fuzz target
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 40d44aaa2e..6af5ead443 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -207,7 +207,6 @@ test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON) test_fuzz_fuzz_LDFLAGS = $(FUZZ_SUITE_LDFLAGS_COMMON) $(RUNTIME_LDFLAGS) test_fuzz_fuzz_SOURCES = \ test/fuzz/addition_overflow.cpp \ - test/fuzz/addrdb.cpp \ test/fuzz/addrman.cpp \ test/fuzz/asmap.cpp \ test/fuzz/asmap_direct.cpp \ |