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 41720a1 commit ba44aaeCopy full SHA for ba44aae
src/qt/test/test_main.cpp
@@ -21,8 +21,10 @@
21
#endif // ENABLE_WALLET
22
23
#include <QApplication>
24
+#include <QDebug>
25
#include <QObject>
26
#include <QTest>
27
+
28
#include <functional>
29
30
#if defined(QT_STATICPLUGIN)
@@ -113,5 +115,10 @@ int main(int argc, char* argv[])
113
115
}
114
116
#endif
117
118
+ if (fInvalid) {
119
+ qWarning("\nThere were errors in some of the tests above.\n");
120
+ } else {
121
+ qDebug("\nAll tests passed.\n");
122
+ }
123
return fInvalid;
124
0 commit comments