diff options
| author | Patrick Strateman <[email protected]> | 2016-08-03 16:37:02 -0700 |
|---|---|---|
| committer | Patrick Strateman <[email protected]> | 2016-08-07 19:30:20 -0700 |
| commit | 9578333ec456bbfaccfecf9ea561c421f3a5d547 (patch) | |
| tree | f1a5e5ed1b5cfea9bbbae2221d2a0290f0951936 /src/Makefile.test.include | |
| parent | Account wallet feature RPC tests. (diff) | |
| download | discoin-9578333ec456bbfaccfecf9ea561c421f3a5d547.tar.xz discoin-9578333ec456bbfaccfecf9ea561c421f3a5d547.zip | |
Remove rpc_wallet_tests.cpp
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 27e769474..0748d1a39 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -97,8 +97,7 @@ BITCOIN_TESTS += \ wallet/test/wallet_test_fixture.h \ wallet/test/accounting_tests.cpp \ wallet/test/wallet_tests.cpp \ - wallet/test/crypto_tests.cpp \ - wallet/test/rpc_wallet_tests.cpp + wallet/test/crypto_tests.cpp endif test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) |