aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-06-15 21:05:27 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2021-03-02 12:21:32 +0000
commit10d4477dae663631411a1bd5a92e4fa941d3a96c (patch)
treef80c5ea181c79d4c7215316a170511936f390550 /src/Makefile.test.include
parent64219c01dcb0aec6ca26170c94223bd7a29dad19 (diff)
downloadbitcoin-10d4477dae663631411a1bd5a92e4fa941d3a96c.tar.xz
tests: Add fuzzing harness for TorController
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index e817bb2ee2..03b9e50f76 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -291,6 +291,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/strprintf.cpp \
test/fuzz/system.cpp \
test/fuzz/timedata.cpp \
+ test/fuzz/torcontrol.cpp \
test/fuzz/transaction.cpp \
test/fuzz/tx_in.cpp \
test/fuzz/tx_out.cpp \