qt5base-lts/tests/auto/corelib
Jason McDonald d884f24fe1 Prefer QSKIP to QTEST_NOOP_MAIN.
There is no way for a .pro file to know if QProcess is in the Qt build,
so the QProcess autotest cannot be omitted from the build if QProcess is
not available.  Because of this limitation, the test was using
QTEST_NOOP_MAIN when QProcess was not available, making the test appear
to pass.  This commit changes QTEST_NOOP_MAIN to QSKIP, so that the user
receives a clear indication that the test isn't testing anything when
QProcess is not available.

Change-Id: I79f667b17ff98dfc47eb61fb977365abef8883fb
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-19 01:38:36 +02:00
..
animation Tests: Fix compilation on Windows. 2011-10-03 07:57:41 +02:00
codecs Avoid using QSKIP in lieu of compile-time checks 2011-10-07 04:30:30 +02:00
concurrent Prefer QSKIP to QTEST_NOOP_MAIN. 2011-10-18 03:09:44 +02:00
global Merge branch 'master' into refactor 2011-09-12 07:49:03 +02:00
io Prefer QSKIP to QTEST_NOOP_MAIN. 2011-10-19 01:38:36 +02:00
kernel Don't build empty qwineventnotifier test. 2011-10-17 03:30:55 +02:00
plugin Tests: Fix compilation on Windows. 2011-10-03 07:57:41 +02:00
statemachine Add missing Q_OBJECT macro to GoToStateTransition 2011-10-05 15:00:38 +02:00
thread Avoid using QSKIP in lieu of compile-time checks 2011-10-07 04:30:30 +02:00
tools Fail test in preference to calling qFatal. 2011-10-07 04:30:30 +02:00
xml Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
corelib.pro Exclude qtconcurrent tests via .pro files. 2011-10-12 18:01:19 +02:00