Fix tests when the Qt mobile app is not built
This commit is contained in:
parent
fe2679a8a5
commit
3269b7a9c2
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ class PluginLoadTest : public QObject
|
|||
d = id;
|
||||
}
|
||||
}
|
||||
|
||||
if (!d->loadedPlugins().contains("kdeconnect_remotecontrol")) {
|
||||
QSKIP("kdeconnect_remotecontrol is required for this test");
|
||||
}
|
||||
|
||||
QVERIFY(d);
|
||||
QVERIFY(d->isPaired());
|
||||
QVERIFY(d->isReachable());
|
||||
|
|
Loading…
Reference in a new issue