aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-02-08 18:30:24 +0100
committerMacroFake <falke.marco@gmail.com>2022-06-22 08:12:23 +0200
commitfa7cbc6e5c36f1e37d18ffe1084cfccf52cbc296 (patch)
tree70234fa1f97c7359bf60b57fcbd5ad7fcb8deee0 /src/Makefile.am
parente3b06e8dd8982155a97cfd090c01d06455a3c84d (diff)
downloadbitcoin-fa7cbc6e5c36f1e37d18ffe1084cfccf52cbc296.tar.xz
build: Remove negated --enable-fuzz checks from build system
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fa716af619..a3b975809b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1053,9 +1053,7 @@ include Makefile.leveldb.include
include Makefile.test_util.include
include Makefile.test_fuzz.include
-if ENABLE_TESTS
include Makefile.test.include
-endif
if ENABLE_BENCH
include Makefile.bench.include