mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add a custom ctest config to ignore the jhash check.
This commit is contained in:
parent
a262be870a
commit
5b858683f5
@ -21,6 +21,7 @@ macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source buil
|
||||
|
||||
# add macros
|
||||
include(MacroAddPlugin)
|
||||
include(MacroCopyFile)
|
||||
|
||||
if (WITH_LOG4C)
|
||||
find_package(LOG4C REQUIRED)
|
||||
@ -30,6 +31,8 @@ find_package(Check)
|
||||
include(ConfigureChecks.cmake)
|
||||
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
|
||||
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake)
|
||||
|
||||
add_subdirectory(iniparser/src)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(client)
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
set(UPDATE_TYPE "true")
|
||||
set(CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
${CTEST_CUSTOM_MEMCHECK_IGNORE}
|
||||
check_std_c_jhash
|
||||
)
|
||||
|
||||
set(CTEST_PROJECT_NAME "csync")
|
||||
set(CTEST_NIGHTLY_START_TIME "23:00:00 CET")
|
||||
|
||||
4
CTestCustom.cmake
Normal file
4
CTestCustom.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
set(CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
${CTEST_CUSTOM_MEMCHECK_IGNORE}
|
||||
check_std_c_jhash
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user