diff options
| author | Pieter Wuille <[email protected]> | 2017-02-15 17:45:22 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-03-29 11:26:08 -0700 |
| commit | 16329224e70d0525208f6b0ba00c5e1531a4f5ea (patch) | |
| tree | 8decd575cf1023486f2383e125c90085ebabd17a /src/Makefile.test.include | |
| parent | Add ChaCha20 (diff) | |
| download | discoin-16329224e70d0525208f6b0ba00c5e1531a4f5ea.tar.xz discoin-16329224e70d0525208f6b0ba00c5e1531a4f5ea.zip | |
Switch FastRandomContext to ChaCha20
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index fe0ed59fe..194fc0c24 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -57,8 +57,8 @@ BITCOIN_TESTS =\ test/policyestimator_tests.cpp \ test/pow_tests.cpp \ test/prevector_tests.cpp \ - test/random_tests.cpp \ test/raii_event_tests.cpp \ + test/random_tests.cpp \ test/reverselock_tests.cpp \ test/rpc_tests.cpp \ test/sanity_tests.cpp \ |