diff options
| author | MarcoFalke <[email protected]> | 2016-03-17 16:47:15 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-03-17 16:59:37 +0100 |
| commit | fab688049402a111b32df6ca0765d3bcbb2d6ab5 (patch) | |
| tree | 9b85013299e1eb6b9f0f038cd5f8081a85d252e9 /src/Makefile.test.include | |
| parent | Merge #7187: Keep reorgs fast for SequenceLocks checks (diff) | |
| download | discoin-fab688049402a111b32df6ca0765d3bcbb2d6ab5.tar.xz discoin-fab688049402a111b32df6ca0765d3bcbb2d6ab5.zip | |
[qa] Add amount tests
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 0c4e47a14..000d2af61 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -38,6 +38,7 @@ BITCOIN_TESTS =\ test/scriptnum10.h \ test/addrman_tests.cpp \ test/alert_tests.cpp \ + test/amount_tests.cpp \ test/allocator_tests.cpp \ test/base32_tests.cpp \ test/base58_tests.cpp \ |