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'
This commit is contained in:
Cory Fields
2016-06-01 18:47:21 -04:00
parent fc4ad0c7fc
commit ab95d5df3d
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -228,3 +228,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
clean-local:
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP)
rm -rf qa/pull-tester/__pycache__