diff options
author | Mika Rautanen <mika.rautanen@tieto.com> | 2010-01-20 00:23:45 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-01-20 05:22:37 (GMT) |
commit | b906feddf1593a837785bc41d65e837e64d31284 (patch) | |
tree | ea39b38552a063e7e10bd432b1155a7abae61620 | |
parent | 5f92bc9dd9f05f4824711b03406bdbe222ff73e9 (diff) | |
download | Qt-b906feddf1593a837785bc41d65e837e64d31284.zip Qt-b906feddf1593a837785bc41d65e837e64d31284.tar.gz Qt-b906feddf1593a837785bc41d65e837e64d31284.tar.bz2 |
Disabled some auto tests depending on private API.
These auto tests are working only if developer build is defined, so exclude
those otherwise.
Reviewed-by: Rohan McGovern
-rw-r--r-- | tests/auto/auto.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 9b91c7d..3198a65 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -569,3 +569,21 @@ contains(QT_CONFIG, webkit): SUBDIRS += \ qwebhistory contains(QT_CONFIG, declarative): SUBDIRS += declarative + +# Following tests depends on private API +!contains(QT_CONFIG, private_tests): SUBDIRS -= \ + qcssparser \ + qgraphicssceneindex \ + qhttpnetworkconnection \ + qhttpnetworkreply \ + qnativesocketengine \ + qnetworkreply \ + qpathclipper \ + qsocketnotifier \ + qsocks5socketengine \ + qstylesheetstyle \ + qtextpiecetable \ + xmlpatternsdiagnosticsts \ + xmlpatternsview \ + xmlpatternsxqts \ + xmlpatternsxslts |