aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/testlib')
-rw-r--r--src/imports/testlib/TestCase.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index 432f96ccf1..bb97481102 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -684,6 +684,8 @@ Item {
}
Component.onCompleted: {
+ qtest.hasTestCase = true;
+
if (util.printAvailableFunctions) {
var testList = []
for (var prop in testCase) {