diff options
author | James O'Beirne <james.obeirne@gmail.com> | 2018-03-29 10:59:57 -0400 |
---|---|---|
committer | James O'Beirne <james.obeirne@gmail.com> | 2018-04-25 13:13:24 -0400 |
commit | 5109fc4a9cb2cbd73c33197fb9129e1413ab051b (patch) | |
tree | 0836355a6740398437a4ffab523ffa78886fdde0 /src/Makefile.qttest.include | |
parent | 9c01be1b85f8ad11a8a0826a4a2bcdc2668a5c1f (diff) |
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
Also modifies corresponding QT code to allow for use within test cases.
Diffstat (limited to 'src/Makefile.qttest.include')
-rw-r--r-- | src/Makefile.qttest.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 473693faaa..4b14212b2e 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -12,11 +12,13 @@ TEST_QT_MOC_CPP = \ if ENABLE_WALLET TEST_QT_MOC_CPP += \ + qt/test/moc_addressbooktests.cpp \ qt/test/moc_paymentservertests.cpp \ qt/test/moc_wallettests.cpp endif TEST_QT_H = \ + qt/test/addressbooktests.h \ qt/test/compattests.h \ qt/test/rpcnestedtests.h \ qt/test/uritests.h \ @@ -45,6 +47,7 @@ qt_test_test_bitcoin_qt_SOURCES = \ $(TEST_BITCOIN_H) if ENABLE_WALLET qt_test_test_bitcoin_qt_SOURCES += \ + qt/test/addressbooktests.cpp \ qt/test/paymentservertests.cpp \ qt/test/wallettests.cpp \ wallet/test/wallet_test_fixture.cpp |