We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa84d62 commit 75da2a2Copy full SHA for 75da2a2
src/Makefile.qmltest.include
@@ -3,7 +3,6 @@
3
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
bin_PROGRAMS += qml/test/test_bitcoin-qt
6
-TESTS += qml/test/test_bitcoin-qt
7
8
TEST_QML_MOC_CPP = qml/test/moc_setup.cpp
9
@@ -30,8 +29,5 @@ CLEANFILES += $(CLEAN_BITCOIN_QML_TEST)
30
29
31
test_bitcoin_qt_qml: qml/test/test_bitcoin-qt$(EXEEXT)
32
33
-test_bitcoin_qt_qml_check: qml/test/test_bitcoin-qt$(EXEEXT) FORCE
34
- $(MAKE) check-TESTS TESTS=$^
35
-
36
test_bitcoin_qt_qml_clean: FORCE
37
rm -f $(CLEAN_BITCOIN_QML_TEST) $(qml_test_test_bitcoin_qt_OBJECTS)
0 commit comments