From 44444ba759480237172d83f42374c5c29c76eda0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 3 Dec 2020 16:42:49 +0100 Subject: fuzz: Link all targets once --- src/test/fuzz/decode_tx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/fuzz/decode_tx.cpp') diff --git a/src/test/fuzz/decode_tx.cpp b/src/test/fuzz/decode_tx.cpp index a2b18c0365..249f5a3cda 100644 --- a/src/test/fuzz/decode_tx.cpp +++ b/src/test/fuzz/decode_tx.cpp @@ -12,7 +12,7 @@ #include #include -void test_one_input(const std::vector& buffer) +FUZZ_TARGET(decode_tx) { const std::string tx_hex = HexStr(buffer); CMutableTransaction mtx; -- cgit v1.2.3