diff options
| author | Cory Fields <[email protected]> | 2016-06-01 18:47:21 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-06-01 20:31:55 -0400 |
| commit | ab95d5df3dc492c6355c78686c559527622fe033 (patch) | |
| tree | 4c7e64d92d4081125852edaa75cf779408bf6c98 /Makefile.am | |
| parent | build: more out-of-tree fixups (diff) | |
| download | discoin-ab95d5df3dc492c6355c78686c559527622fe033.tar.xz discoin-ab95d5df3dc492c6355c78686c559527622fe033.zip | |
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 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bfdf76568..9957968f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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__ |