diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-03-20 01:27:50 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-05-13 10:23:04 +0200 |
commit | 34ed64a404fb6da691f67f00f47c4dd748e3e428 (patch) | |
tree | 30eff0657636b64b806ac9d426b5ebe1ccc8b285 /src/Makefile.test.include | |
parent | 0a36b9af281e31b080ca0835eec7704097527bda (diff) |
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 08e2f6af4d..d443b6d34a 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 |