test
This commit is contained in:
@@ -518,10 +518,10 @@ endif
|
|||||||
@test -f $(PROTOC)
|
@test -f $(PROTOC)
|
||||||
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
|
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
|
||||||
|
|
||||||
if ENABLE_TESTS
|
#if ENABLE_TESTS
|
||||||
include Makefile.test.include
|
#include Makefile.test.include
|
||||||
include Makefile.gtest.include
|
#include Makefile.gtest.include
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
if ENABLE_QT
|
if ENABLE_QT
|
||||||
include Makefile.qt.include
|
include Makefile.qt.include
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ TESTS += qt/test/test_bitcoin-qt
|
|||||||
|
|
||||||
TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp
|
TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp
|
||||||
|
|
||||||
#if ENABLE_WALLET
|
if ENABLE_WALLET
|
||||||
TEST_QT_MOC_CPP += qt/test/moc_paymentservertests.cpp
|
TEST_QT_MOC_CPP += qt/test/moc_paymentservertests.cpp
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
TEST_QT_H = \
|
TEST_QT_H = \
|
||||||
qt/test/uritests.h \
|
qt/test/uritests.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user