diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-11-21 16:57:25 +1000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-11-27 14:21:05 +1000 |
commit | 9e7776bf1f1aebbd6e1ef21a4144ba72a54985de (patch) | |
tree | e4dd613a97637419dd0013fd7e95827cfd2167cf /qa/pull-tester/build-tests.sh.in | |
parent | 03b6a1cee4fe7f38ca16c0bc2d08d8d4d1288f2f (diff) |
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/build-tests.sh.in')
-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 82ae60fdf1..86d4d9d0e9 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 |