forked from qt-creator/qt-creator
Tests: Enable callgrind parser tests on Windows
Change-Id: I7f8ebcc27b4acd9494fa30d87089d01454b35c48 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -2,6 +2,7 @@ import qbs
|
||||
|
||||
Project {
|
||||
name: "Memcheck autotests"
|
||||
condition: !qbs.targetOS.contains("windows")
|
||||
references: [
|
||||
"testapps/testapps.qbs",
|
||||
"modeldemo.qbs"
|
||||
|
@@ -2,7 +2,6 @@ import qbs
|
||||
|
||||
Project {
|
||||
name: "Valgrind autotests"
|
||||
condition: !qbs.targetOS.contains("windows")
|
||||
references: [
|
||||
"callgrind/callgrind.qbs",
|
||||
"memcheck/memcheck.qbs"
|
||||
|
Reference in New Issue
Block a user