summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcopchannel/tst_qcopchannel.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-11 15:56:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-12 18:01:19 +0200
commit8ad18813fb701122bc3d688be02041a63ff2b579 (patch)
tree44b90f358bd774b582359ce43e35abdfeab2d992 /tests/auto/qcopchannel/tst_qcopchannel.cpp
parent7c64ab4966e24834768eb1a09b3d2fd08471787a (diff)
Avoid building empty, inapplicable QWS tests.
It is better to avoid building a test when we know that it is not applicable, rather than building an empty test that appears to pass. Note that some of the tests were already excluded by tests/auto/other.pro, but still had the preprocessor directives to make an empty test. Change-Id: I71b75c37a05f6e20dbef43d82f72b29b35ef496a Reviewed-on: http://codereview.qt-project.org/6410 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qcopchannel/tst_qcopchannel.cpp')
-rw-r--r--tests/auto/qcopchannel/tst_qcopchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcopchannel/tst_qcopchannel.cpp b/tests/auto/qcopchannel/tst_qcopchannel.cpp
index f9d478bb43..8556295bbd 100644
--- a/tests/auto/qcopchannel/tst_qcopchannel.cpp
+++ b/tests/auto/qcopchannel/tst_qcopchannel.cpp
@@ -42,7 +42,7 @@
#include <QtTest/QtTest>
-#if defined(Q_WS_QWS) && !defined(QT_NO_PROCESS)
+#if !defined(QT_NO_PROCESS)
//TESTED_CLASS=
//TESTED_FILES=