qt5base-lts/tests/auto/network.pro
Holger Ihrig 3a7e6157d1 Moving relevant tests to corelib/kernel
Added Test for qmetaproperty

Marked QSocketNotifier Autotest as insignificant. See QTBUG-21204

Marked qtranslator Autotest as insignificant. See QTBUG-21125

Marked corelib/io/qfile/largefile as insignificant. See QTBUG-21175

Task-number: QTBUG-21066
Change-Id: I2a7f6587845c355091bb07c8dd3d1557d16db0be
Reviewed-on: http://codereview.qt.nokia.com/3598
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
2011-09-01 12:42:14 +02:00

54 lines
1.3 KiB
Prolog

# The tests in this .pro file _MUST_ use QtCore and QtNetwork only
# (i.e. QT=core network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
TEMPLATE=subdirs
SUBDIRS=\
networkselftest \
qabstractnetworkcache \
qabstractsocket \
qauthenticator \
qftp \
qhostaddress \
qhostinfo \
qhttp \
qhttpnetworkconnection \
qhttpnetworkreply \
qhttpsocketengine \
platformsocketengine \
qnetworkaccessmanager \
qnetworkaddressentry \
qnetworkcachemetadata \
qnetworkconfiguration \
qnetworkconfigurationmanager \
qnetworkcookie \
qnetworkcookiejar \
qnetworkdiskcache \
qnetworkinterface \
qnetworkproxy \
qnetworkreply \
qnetworkrequest \
qnetworksession \
qobjectperformance \
qsocks5socketengine \
qsslcertificate \
qsslcipher \
qsslerror \
qsslkey \
qsslsocket \
qsslsocket_onDemandCertificates_member \
qsslsocket_onDemandCertificates_static \
qtcpserver \
qudpsocket \
# qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
platformsocketengine \
qauthenticator \
qhostinfo \
qhttpnetworkconnection \
qhttpnetworkreply \
qhttpsocketengine \
qsocks5socketengine \