summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbian
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-08-26 10:18:10 +0200
committerJason Barron <jbarron@trolltech.com>2009-08-26 11:10:28 +0200
commit6eb08228397400be1141611dd96cdad12161d016 (patch)
treec22a9c2121a2b6ea442f61b1ca1938f32a6690c8 /tests/auto/symbian
parent54226926faa44ec532efd0745e0ff64781202844 (diff)
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 648335ee81..a752c86851 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)