test
This commit is contained in:
@@ -518,10 +518,10 @@ endif
|
||||
@test -f $(PROTOC)
|
||||
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
|
||||
|
||||
if ENABLE_TESTS
|
||||
include Makefile.test.include
|
||||
include Makefile.gtest.include
|
||||
endif
|
||||
#if ENABLE_TESTS
|
||||
#include Makefile.test.include
|
||||
#include Makefile.gtest.include
|
||||
#endif
|
||||
|
||||
if ENABLE_QT
|
||||
include Makefile.qt.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 \
|
||||
|
||||
Reference in New Issue
Block a user