Merge branch 'release/2.4.2' into develop

This commit is contained in:
Jonathan White
2019-05-30 17:22:09 -04:00
25 changed files with 541 additions and 63 deletions

View File

@@ -231,6 +231,11 @@ if(WITH_XC_FDOSECRETS)
LIBS testsupport ${TEST_LIBRARIES})
endif()
if(WITH_XC_BROWSER)
add_unit_test(NAME testbrowser SOURCES TestBrowser.cpp
LIBS ${TEST_LIBRARIES})
endif()
if(WITH_GUI_TESTS)
# CLI clip tests need X environment on Linux