diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-13 04:51:21 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-13 04:52:03 (GMT) |
commit | 89cc9cfa72c1e571699caca7488d0c37dadb015d (patch) | |
tree | f902694330205db5db605f30ee3dfeb15cd623e1 /tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro | |
parent | 79d0a9696af910a446cd535148880a9fb6cdf90f (diff) | |
download | Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.zip Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.tar.gz Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.tar.bz2 |
Tweak tests to run in parallel
Diffstat (limited to 'tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro b/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro index a1dac32..c2781b8 100644 --- a/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro +++ b/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro @@ -4,3 +4,6 @@ SOURCES += tst_qdeclarativebehaviors.cpp macx:CONFIG -= app_bundle DEFINES += SRCDIR=\\\"$$PWD\\\" + +CONFIG += parallel_test + |