diff options
| author | Gavin Andresen <[email protected]> | 2013-11-21 16:57:25 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-11-27 14:21:05 +1000 |
| commit | 9e7776bf1f1aebbd6e1ef21a4144ba72a54985de (patch) | |
| tree | e4dd613a97637419dd0013fd7e95827cfd2167cf /qa/pull-tester | |
| parent | Merge pull request #3316 (diff) | |
| download | discoin-9e7776bf1f1aebbd6e1ef21a4144ba72a54985de.tar.xz discoin-9e7776bf1f1aebbd6e1ef21a4144ba72a54985de.zip | |
Integration tests via RPC calls
qa/rpc-tests/wallet.sh runs a three-node -regtest network,
generates a fresh blockchain, and then exercises basic wallet
sending/receiving functionality using command-line RPC.
Diffstat (limited to 'qa/pull-tester')
| -rwxr-xr-x | qa/pull-tester/build-tests.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/pull-tester/build-tests.sh.in b/qa/pull-tester/build-tests.sh.in index 82ae60fdf..86d4d9d0e 100755 --- a/qa/pull-tester/build-tests.sh.in +++ b/qa/pull-tester/build-tests.sh.in @@ -68,6 +68,9 @@ fi cd @abs_top_srcdir@/linux-build make check +# Run RPC integration test on Linux: +@abs_top_srcdir@/qa/rpc-tests/wallet.sh @abs_top_srcdir@/linux-build/src + if [ $RUN_EXPENSIVE_TESTS = 1 ]; then # Run unit tests and blockchain-tester on Windows: cd @abs_top_srcdir@/win32-build |