Tests: Enable callgrind parser tests on Windows

Change-Id: I7f8ebcc27b4acd9494fa30d87089d01454b35c48
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2019-06-12 10:57:33 +02:00
parent 3959a4db14
commit 58451e630d
2 changed files with 1 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import qbs
Project {
name: "Memcheck autotests"
condition: !qbs.targetOS.contains("windows")
references: [
"testapps/testapps.qbs",
"modeldemo.qbs"

View File

@@ -2,7 +2,6 @@ import qbs
Project {
name: "Valgrind autotests"
condition: !qbs.targetOS.contains("windows")
references: [
"callgrind/callgrind.qbs",
"memcheck/memcheck.qbs"