summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-05 16:10:37 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-05 16:10:37 -0800
commite6a50be127e3f3cc5b8217d0065402869fed48ef (patch)
tree70f739a7447227177d534dbcc73216b91565a494 /tests
parent3ae9408a4c509a87e17c991afbfccaba082984a7 (diff)
downloadsubsurface-e6a50be127e3f3cc5b8217d0065402869fed48ef.tar.gz
TestPreferences needs GUI environment
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/testpreferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp
index 9127b3e54..c3de709ea 100644
--- a/tests/testpreferences.cpp
+++ b/tests/testpreferences.cpp
@@ -573,4 +573,4 @@ void TestPreferences::testPreferences()
TEST(dc->dc_vendor(), QStringLiteral("OSTS"));
}
-QTEST_GUILESS_MAIN(TestPreferences)
+QTEST_MAIN(TestPreferences)