From a65789c8f1d1342f813d4663be64f93cba87965d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 12 Dec 2016 12:51:30 +0200 Subject: [PATCH] test --- src/Makefile.qttest.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 3e57a8926..d46ef959b 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -3,9 +3,9 @@ TESTS += qt/test/test_bitcoin-qt TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp -if ENABLE_WALLET +#if ENABLE_WALLET TEST_QT_MOC_CPP += qt/test/moc_paymentservertests.cpp -endif +#endif TEST_QT_H = \ qt/test/uritests.h \