use correct path separators when invoking testcases on windows
Change-Id: Iad541f0d62ffdb2751da6225b9d40229d7d9a03f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
bed6292dde
commit
3149d0fb13
@ -44,7 +44,7 @@ unix {
|
|||||||
$${type}.commands += $${TEST_TARGET_DIR}/$(QMAKE_TARGET)
|
$${type}.commands += $${TEST_TARGET_DIR}/$(QMAKE_TARGET)
|
||||||
} else {
|
} else {
|
||||||
# Windows
|
# Windows
|
||||||
!isEmpty(TEST_TARGET_DIR): TEST_TARGET_DIR = $${TEST_TARGET_DIR}$${QMAKE_DIR_SEP}
|
!isEmpty(TEST_TARGET_DIR): TEST_TARGET_DIR = $$shell_path($$TEST_TARGET_DIR)$${QMAKE_DIR_SEP}
|
||||||
$${type}.commands += $${TEST_TARGET_DIR}$(TARGET)
|
$${type}.commands += $${TEST_TARGET_DIR}$(TARGET)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user