Skip to content

Commit add46c6

Browse files
laanwjstamhe
authored andcommitted
test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make check
Add rpcauth-test (introduced bitcoin#13056) to AC_CONFIG_LINKS, like the other directly called python scripts, to fix out-of-tree `make check`.
1 parent c9333f3 commit add46c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])])
13141314
AC_CONFIG_LINKS([contrib/filter-lcov.py:contrib/filter-lcov.py])
13151315
AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
13161316
AC_CONFIG_LINKS([test/util/bitcoin-util-test.py:test/util/bitcoin-util-test.py])
1317+
AC_CONFIG_LINKS([test/util/rpcauth-test.py:test/util/rpcauth-test.py])
13171318

13181319
dnl boost's m4 checks do something really nasty: they export these vars. As a
13191320
dnl result, they leak into secp256k1's configure and crazy things happen.

0 commit comments

Comments
 (0)