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 {
|
Project {
|
||||||
name: "Memcheck autotests"
|
name: "Memcheck autotests"
|
||||||
|
condition: !qbs.targetOS.contains("windows")
|
||||||
references: [
|
references: [
|
||||||
"testapps/testapps.qbs",
|
"testapps/testapps.qbs",
|
||||||
"modeldemo.qbs"
|
"modeldemo.qbs"
|
||||||
|
@@ -2,7 +2,6 @@ import qbs
|
|||||||
|
|
||||||
Project {
|
Project {
|
||||||
name: "Valgrind autotests"
|
name: "Valgrind autotests"
|
||||||
condition: !qbs.targetOS.contains("windows")
|
|
||||||
references: [
|
references: [
|
||||||
"callgrind/callgrind.qbs",
|
"callgrind/callgrind.qbs",
|
||||||
"memcheck/memcheck.qbs"
|
"memcheck/memcheck.qbs"
|
||||||
|
Reference in New Issue
Block a user