diff options
| author | Cory Fields <[email protected]> | 2015-03-20 01:27:50 -0400 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-05-13 10:23:04 +0200 |
| commit | 34ed64a404fb6da691f67f00f47c4dd748e3e428 (patch) | |
| tree | 30eff0657636b64b806ac9d426b5ebe1ccc8b285 /src/Makefile.test.include | |
| parent | crypter: shuffle Makefile so that crypto can be used by the wallet (diff) | |
| download | discoin-34ed64a404fb6da691f67f00f47c4dd748e3e428.tar.xz discoin-34ed64a404fb6da691f67f00f47c4dd748e3e428.zip | |
crypter: add tests for crypter
Verify that results correct (match known values), consistent (encrypt->decrypt
matches the original), and compatible with the previous openssl implementation.
Also check that failed encrypts/decrypts fail the exact same way as openssl.
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 08e2f6af4..d443b6d34 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -94,6 +94,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 endif |