diff options
| author | Christian Kandeler <christian.kandeler@digia.com> | 2013-10-15 14:27:21 +0200 |
|---|---|---|
| committer | Christian Kandeler <christian.kandeler@digia.com> | 2013-10-15 15:40:41 +0200 |
| commit | 590e4c8d50b19acb908ff1aa0d69a73d460dae4c (patch) | |
| tree | 543c5e54e9865eadc7af8002992e07852be39d08 /tests/auto/valgrind/memcheck/testapps | |
| parent | 4007690022098ac46445b87a6c08651376ab81db (diff) | |
| download | qt-creator-590e4c8d50b19acb908ff1aa0d69a73d460dae4c.tar.gz | |
Fix qbs build on Windows.
Disable valgrind autotests for now. The people responsible for the
plugin have to decide which ones can actually be used on Windows and
which ones cannot.
Change-Id: I579de6258c73845a1935a9c220346879251bc478
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/valgrind/memcheck/testapps')
| -rw-r--r-- | tests/auto/valgrind/memcheck/testapps/testapp.qbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/valgrind/memcheck/testapps/testapp.qbs b/tests/auto/valgrind/memcheck/testapps/testapp.qbs index b0ddd80423..fcbac27d85 100644 --- a/tests/auto/valgrind/memcheck/testapps/testapp.qbs +++ b/tests/auto/valgrind/memcheck/testapps/testapp.qbs @@ -3,7 +3,6 @@ import "../../../autotest.qbs" as Autotest Autotest { name: "Memcheck " + testName + " autotest" - condition: !qbs.targetOS.contains("windows") targetName: testName // Test runner hardcodes the names of the executables destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName files: "main.cpp" |
