summaryrefslogtreecommitdiffstats
path: root/tests/auto/macgui
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-11 16:17:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-17 03:30:55 +0200
commite33713f03acf45372aaa5f5c9169b11a919beaa4 (patch)
tree8bf4c90b5307d06c9091d087059aea8c705327c0 /tests/auto/macgui
parent5ad123c13694da8c5ae417f9b7b8f96fd47170ef (diff)
Only build Mac-specific tests on Mac.
All but one of these tests was already excluded from the build on non-Mac platforms, but still had #ifdef's to make the test empty if compiled on a non-Mac platform. Change-Id: I1a3677c1cdb7bd467cf4317ed4cfbac89e934e76 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/macgui')
-rw-r--r--tests/auto/macgui/tst_macgui.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/macgui/tst_macgui.cpp b/tests/auto/macgui/tst_macgui.cpp
index 0fce2aa5e8..1552db21ab 100644
--- a/tests/auto/macgui/tst_macgui.cpp
+++ b/tests/auto/macgui/tst_macgui.cpp
@@ -50,8 +50,6 @@
#include <guitest.h>
-#ifdef Q_OS_MAC
-
class tst_MacGui : public GuiTester
{
Q_OBJECT
@@ -240,12 +238,5 @@ void tst_MacGui::spinBoxArrowButtons()
}
QTEST_MAIN(tst_MacGui)
-
-#else
-
-QTEST_NOOP_MAIN
-
-#endif
-
#include "tst_macgui.moc"