summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/declarative.pro24
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