diff options
| author | Warren Togami <[email protected]> | 2014-05-21 20:24:15 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:49 +0100 |
| commit | b506efbe747ba31ee1f41be14cdbc0c30dfcf67f (patch) | |
| tree | 875694e0a15e29a8d93b7ed4b969246c1aa65a99 /src/Makefile.test.include | |
| parent | Replace test data with Dogecoin values (diff) | |
| download | discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.tar.xz discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.zip | |
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher
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 b17693374..957b6729b 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -120,6 +120,7 @@ BITCOIN_TESTS =\ test/script_P2SH_tests.cpp \ test/script_tests.cpp \ test/scriptnum_tests.cpp \ + test/scrypt_tests.cpp \ test/serialize_tests.cpp \ test/sighash_tests.cpp \ test/sigopcount_tests.cpp \ |