diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-08-26 08:18:10 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-08-26 09:10:28 (GMT) |
commit | 6eb08228397400be1141611dd96cdad12161d016 (patch) | |
tree | c22a9c2121a2b6ea442f61b1ca1938f32a6690c8 /tests/auto | |
parent | 54226926faa44ec532efd0745e0ff64781202844 (diff) | |
download | Qt-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')
-rw-r--r-- | tests/auto/symbian/qsymbiantests.pro | 4 |
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) |