Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 7b64e5b

Browse files
committed
disable qml debug testruns for msvc
1 parent c7abcea commit 7b64e5b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/auto/qml/TestQmlDataSync/TestQmlDataSync.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ DISTFILES += \
1414

1515
DEFINES += SRCDIR=\\\"$$_PRO_FILE_PWD_/\\\"
1616

17+
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun
1718
include($$PWD/../../testrun.pri)

tests/auto/testrun.pri

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ win32:!ReleaseBuild:!DebugBuild {
33
runtarget.CONFIG = recursive
44
runtarget.recurse_target = run-tests
55
QMAKE_EXTRA_TARGETS += runtarget
6+
} else:disable_testrun {
7+
runtarget.target = run-tests
8+
runtarget.depends += $(DESTDIR_TARGET)
9+
QMAKE_EXTRA_TARGETS += runtarget
610
} else {
711
oneshell.target = .ONESHELL
812
QMAKE_EXTRA_TARGETS += oneshell

0 commit comments

Comments
 (0)