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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r--src/tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 438dd91e6..87392a1c3 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -16,6 +16,10 @@ endmacro()
if(client)
use_test("TestXMLTools")
+ if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
+ # For some reason Qt segfaults when executing this test on FreeBSD without a display (even when using the offscreen plugin)
+ use_test("TestSettingsJSONSerialization")
+ endif()
endif()
if(server)