aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-21 12:25:13 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-21 12:40:31 +0100
commitddfd79659e31a41de4e9b824767b766116798a90 (patch)
treeb46036a67be44a0fac18c1e192451b6f4ef2b044 /src/Makefile.test.include
parent7b832d286bd1606c6fa54d6bf09a994cb0d34fb5 (diff)
parentfad13b1612b5de16d94c78c1a464d431a4f770bf (diff)
downloadbitcoin-ddfd79659e31a41de4e9b824767b766116798a90.tar.xz
Merge #7705: [amount] Add tests and make GetFee() monotonic
fad13b1 [amount] Preempt issues with negative fee rates (MarcoFalke) faf756a [amount] Make GetFee() monotonic (MarcoFalke) fab6880 [qa] Add amount tests (MarcoFalke)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 57f9ac50e0..820a144a95 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 \