summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbian
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-08-26 08:18:10 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-08-26 09:10:28 (GMT)
commit6eb08228397400be1141611dd96cdad12161d016 (patch)
treec22a9c2121a2b6ea442f61b1ca1938f32a6690c8 /tests/auto/symbian
parent54226926faa44ec532efd0745e0ff64781202844 (diff)
downloadQt-6eb08228397400be1141611dd96cdad12161d016.zip
Qt-6eb08228397400be1141611dd96cdad12161d016.tar.gz
Qt-6eb08228397400be1141611dd96cdad12161d016.tar.bz2
Skip the 'symbian' tests on other platforms.
Add "requires(symbian)" to the .pro file so this test will not be executed on other platforms. Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/symbian')
-rw-r--r--tests/auto/symbian/qsymbiantests.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/symbian/qsymbiantests.pro b/tests/auto/symbian/qsymbiantests.pro
index 648335e..a752c86 100644
--- a/tests/auto/symbian/qsymbiantests.pro
+++ b/tests/auto/symbian/qsymbiantests.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS = qmainexceptions orientationchange \ No newline at end of file
+SUBDIRS = qmainexceptions orientationchange
+
+requires(symbian)