commit cac2fa7002c88537c4f23cd5d22c8b4f203a8835 parent 7197681335bc8a252e93bf18e5c09f5d845c327f Author: fundamental <mark.d.mccurry@gmail.com> Date: Sun, 13 Jun 2021 15:50:42 -0400 Also disable MessageTest for mingw builds Diffstat:
M | src/Tests/CMakeLists.txt | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/Tests/CMakeLists.txt b/src/Tests/CMakeLists.txt @@ -46,10 +46,6 @@ quick_test(MiddlewareTest zynaddsubfx_core zynaddsubfx_nio zynaddsubfx_gui_bridge ${GUI_LIBRARIES} ${NIO_LIBRARIES} ${AUDIO_LIBRARIES} ${PLATFORM_LIBRARIES}) -quick_test(MessageTest zynaddsubfx_core zynaddsubfx_nio - zynaddsubfx_gui_bridge - ${GUI_LIBRARIES} ${NIO_LIBRARIES} ${AUDIO_LIBRARIES} - ${PLATFORM_LIBRARIES}) #Testbed app @@ -57,6 +53,11 @@ if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")) #std::thread issues with mingw vvvvv quick_test(MqTest ${test_lib}) + #same std::thread mingw issue + quick_test(MessageTest zynaddsubfx_core zynaddsubfx_nio + zynaddsubfx_gui_bridge + ${GUI_LIBRARIES} ${NIO_LIBRARIES} ${AUDIO_LIBRARIES} + ${PLATFORM_LIBRARIES}) add_executable(ins-test InstrumentStats.cpp) target_link_libraries(ins-test ${test_lib} rt)