Merging upstream version 3.12.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6375ddbe5b
commit
580fa3f55c
66 changed files with 4041 additions and 2142 deletions
|
@ -30,6 +30,9 @@ function(ly_add_utest)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (XXHASH_FOUND)
|
||||
target_link_libraries(${TEST_NAME} ${XXHASH_LIBRARY})
|
||||
endif()
|
||||
add_test(NAME ${TEST_NAME} COMMAND ${TEST_NAME})
|
||||
set_property(TEST ${TEST_NAME} APPEND PROPERTY ENVIRONMENT "MALLOC_CHECK_=3")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue