diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 07:34:34 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 07:34:34 (GMT) |
commit | b416be48930ed52bad15fa220142f9228e82bcf8 (patch) | |
tree | daede79d3473621c75e0887443d6425bbd04f901 /tests/auto | |
parent | 896a5335efb375f67fef7cdff10c842046e61d3f (diff) | |
download | Qt-b416be48930ed52bad15fa220142f9228e82bcf8.zip Qt-b416be48930ed52bad15fa220142f9228e82bcf8.tar.gz Qt-b416be48930ed52bad15fa220142f9228e82bcf8.tar.bz2 |
Update list of tests
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index f2ddbb7..eef9da7 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -1,24 +1,32 @@ TEMPLATE = subdirs -SUBDIRS += datetimeformatter \ - numberformatter \ - qbindablemap \ +SUBDIRS += anchors \ + animations \ + datetimeformatter \ layouts \ listview \ + numberformatter \ pathview \ + qbindablemap \ + qfxloader \ + qfxpixmapcache \ qfxtext \ qfxtextedit \ - repeater \ - qmllanguage \ + qfxtextinput \ + qfxwebview \ + qmldom \ qmlecmascript \ - qmlmetaproperty \ + qmllanguage \ qmllist \ qmllistaccessor \ + qmlmetaproperty \ qmltimer \ - qfxloader \ - qfxwebview \ + repeater \ + sql \ states \ visual +SUBDIRS -= examples # Human-interactive + # Tests which should run in Pulse PULSE_TESTS = $$SUBDIRS PULSE_TESTS -= visual # All except 'visual' tests, allegedly too flaky |