diff options
| author | Ross Nicoll <[email protected]> | 2015-06-25 11:28:31 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:49 +0100 |
| commit | 8c0468c2d227e484f36ff24e3e420ad84312203a (patch) | |
| tree | 04a65bbfdc89d768341faa7a5a011482dec53402 /src/Makefile.test.include | |
| parent | Replace consensus values with Dogecoin equivalents (diff) | |
| download | discoin-8c0468c2d227e484f36ff24e3e420ad84312203a.tar.xz discoin-8c0468c2d227e484f36ff24e3e420ad84312203a.zip | |
Add Dogecoin block subsidy calculations.
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 99c25a1d4..b17693374 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -95,6 +95,7 @@ BITCOIN_TESTS =\ test/crypto_tests.cpp \ test/cuckoocache_tests.cpp \ test/DoS_tests.cpp \ + test/dogecoin_tests.cpp \ test/getarg_tests.cpp \ test/hash_tests.cpp \ test/key_tests.cpp \ |