Skip to content
Snippets Groups Projects
Commit 6694cce5 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Temporary disable mhash unit test

parent 50b794f1
No related branches found
No related tags found
No related merge requests found
add_executable(rlist rlist.c test.c) add_executable(rlist rlist.c test.c)
add_executable(queue queue.c) add_executable(queue queue.c)
add_executable(mhash mhash.c) #add_executable(mhash mhash.c)
add_executable(rope_basic rope_basic.c ${CMAKE_SOURCE_DIR}/src/rope.c) add_executable(rope_basic rope_basic.c ${CMAKE_SOURCE_DIR}/src/rope.c)
add_executable(rope_avl rope_avl.c ${CMAKE_SOURCE_DIR}/src/rope.c) add_executable(rope_avl rope_avl.c ${CMAKE_SOURCE_DIR}/src/rope.c)
add_executable(rope_stress rope_stress.c ${CMAKE_SOURCE_DIR}/src/rope.c) add_executable(rope_stress rope_stress.c ${CMAKE_SOURCE_DIR}/src/rope.c)
...@@ -9,7 +9,7 @@ add_executable(objc_finally objc_finally.m) ...@@ -9,7 +9,7 @@ add_executable(objc_finally objc_finally.m)
add_executable(objc_catchcxx objc_catchcxx.m) add_executable(objc_catchcxx objc_catchcxx.m)
add_dependencies(objc_finally build_bundled_libs) add_dependencies(objc_finally build_bundled_libs)
add_dependencies(objc_catchcxx build_bundled_libs) add_dependencies(objc_catchcxx build_bundled_libs)
set_target_properties(mhash PROPERTIES COMPILE_FLAGS "-std=c99") #set_target_properties(mhash PROPERTIES COMPILE_FLAGS "-std=c99")
target_link_libraries(objc_finally ${LIBOBJC_LIB} -lm -pthread) target_link_libraries(objc_finally ${LIBOBJC_LIB} -lm -pthread)
target_link_libraries(objc_catchcxx ${LIBOBJC_LIB} ${LUAJIT_LIB} -lm -pthread) target_link_libraries(objc_catchcxx ${LIBOBJC_LIB} ${LUAJIT_LIB} -lm -pthread)
if (TARGET_OS_LINUX OR TARGET_OS_DEBIAN_FREEBSD) if (TARGET_OS_LINUX OR TARGET_OS_DEBIAN_FREEBSD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment