diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2012-02-17 12:28:50 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-17 11:48:08 +0100 |
commit | 3efb0d50e590f6a1e8d67d0136a648cd3b97c37d (patch) | |
tree | 2a0e96b0c1dc841c24841987eef81b1fb853d770 /tests/auto/auto.pro | |
parent | a61f754c928c715cfb59a1b20c26920c54eb38c0 (diff) | |
download | qtbase-3efb0d50e590f6a1e8d67d0136a648cd3b97c37d.tar.gz |
Disable 'check' target generation for network autotests for Windows.
A number of network autotests are unstable in Windows, so don't
generate check target for them as is done for mac.
Once the tests are acceptably stable, this needs to be reverted.
Change-Id: I18262e28ce40eba541aecf3cfb651bff34698ead
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1796fa2db9..63c4ca6a48 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -18,8 +18,8 @@ cross_compile: SUBDIRS -= tools !contains(QT_CONFIG, opengl): SUBDIRS -= opengl !unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus -# disable 'make check' on Mac OS X for the following subdirs for the time being -mac { +# disable 'make check' on Mac OS X and Windows for the following subdirs for the time being +mac|win32 { network.CONFIG += no_check_target } |