Skip to content

Commit a785bc3

Browse files
author
MarcoFalke
committed
Merge #13073: test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make check
3e53004 test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make check (Wladimir J. van der Laan) Pull request description: Add rpcauth-test (introduced #13056) to AC_CONFIG_LINKS, like the other directly called python scripts, to fix out-of-tree `make check`. (forgot to test this before merging, unfortunately) Tree-SHA512: 60306ac83ee81e0f27d5b4f0420c3bd4edfa3fd5daaa067ff0c235eb55da9f6c559203c2625fed97783b2d11d9f1bed7a359b4d9204ab4af75fd1fd24b9882a8
2 parents 106d929 + 3e53004 commit a785bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,7 @@ AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])])
13041304
AC_CONFIG_LINKS([contrib/filter-lcov.py:contrib/filter-lcov.py])
13051305
AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
13061306
AC_CONFIG_LINKS([test/util/bitcoin-util-test.py:test/util/bitcoin-util-test.py])
1307+
AC_CONFIG_LINKS([test/util/rpcauth-test.py:test/util/rpcauth-test.py])
13071308

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

0 commit comments

Comments
 (0)