aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/tests_config.py.in
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-06-01 18:47:21 -0400
committerCory Fields <cory-nospam-@coryfields.com>2016-06-01 20:31:55 -0400
commitab95d5df3dc492c6355c78686c559527622fe033 (patch)
tree4c7e64d92d4081125852edaa75cf779408bf6c98 /qa/pull-tester/tests_config.py.in
parentfc4ad0c7fcf2e5841756c9d1003f95c879ee5cd2 (diff)
downloadbitcoin-ab95d5df3dc492c6355c78686c559527622fe033.tar.xz
build: a few ugly hacks to get the rpc tests working out-of-tree
- Link pull-tester/rpc-tests.py to the build dir - Add the build-dir's config to the python path so that tests can find it - The tests themselves are in srcdir - Clean up __pycache__ in 'make clean'
Diffstat (limited to 'qa/pull-tester/tests_config.py.in')
-rw-r--r--qa/pull-tester/tests_config.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/tests_config.py.in b/qa/pull-tester/tests_config.py.in
index 2356b5200e..a0d0a3d98a 100644
--- a/qa/pull-tester/tests_config.py.in
+++ b/qa/pull-tester/tests_config.py.in
@@ -3,6 +3,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
+SRCDIR="@abs_top_srcdir@"
BUILDDIR="@abs_top_builddir@"
EXEEXT="@EXEEXT@"