Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHefee <hefee@netzguerilla.net>2016-05-11 02:17:16 +0300
committerHefee <hefee@netzguerilla.net>2016-05-12 12:34:21 +0300
commitedb37596847d59b6e5d470571a8cc197c474f36a (patch)
tree573c60012f3e5158c8526ded7f82d32df138e516 /test/testinotifywatcher.cpp
parent0f9c32452cb04d1862803a70c12262ba09db4f9a (diff)
For tests we do not need a xserver running.
Use for tests QTEST_GUILESS_MAIN and QTEST_APPLESS_MAIN.
Diffstat (limited to 'test/testinotifywatcher.cpp')
-rw-r--r--test/testinotifywatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testinotifywatcher.cpp b/test/testinotifywatcher.cpp
index c1100aa6e..799b09da9 100644
--- a/test/testinotifywatcher.cpp
+++ b/test/testinotifywatcher.cpp
@@ -69,5 +69,5 @@ private slots:
}
};
-QTEST_MAIN(TestInotifyWatcher)
+QTEST_APPLESS_MAIN(TestInotifyWatcher)
#include "testinotifywatcher.moc"