aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-12-06 14:57:33 -0800
committerMarcoFalke <falke.marco@gmail.com>2020-02-10 05:34:45 -0800
commitfac71e364e4bbaeffc35e45aff8c8c2c6f2b5c67 (patch)
tree7bee9662bc09a598cd74ae87228a662fa79c2660 /configure.ac
parentfaf2c5aca01643eb560287e08f9c0a7ca0ac9c88 (diff)
downloadbitcoin-fac71e364e4bbaeffc35e45aff8c8c2c6f2b5c67.tar.xz
build: link fuzz/test_runner.py for out-of-tree builds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f09cdb14a3..e67ef15479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1644,6 +1644,7 @@ AC_CONFIG_FILES([contrib/devtools/split-debug.sh],[chmod +x contrib/devtools/spl
AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])])
AC_CONFIG_LINKS([contrib/filter-lcov.py:contrib/filter-lcov.py])
AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
+AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py])
AC_CONFIG_LINKS([test/util/bitcoin-util-test.py:test/util/bitcoin-util-test.py])
AC_CONFIG_LINKS([test/util/rpcauth-test.py:test/util/rpcauth-test.py])