mirror of https://gitee.com/bigwinds/arangodb
Unit tests depend on ICE (i.e. v8_build)
This commit is contained in:
parent
05ef0d2711
commit
ec4b345541
|
@ -53,12 +53,11 @@ add_executable(
|
|||
Basics/StringUtilsTest.cpp
|
||||
../lib/Basics/WorkMonitorDummy.cpp
|
||||
)
|
||||
|
||||
add_dependencies(${TEST_BASICS_SUITE} v8_build)
|
||||
target_link_libraries(
|
||||
${TEST_BASICS_SUITE}
|
||||
${LIB_ARANGO}
|
||||
${ICU_LIBS}
|
||||
# ${ICU_LIBS}
|
||||
${OPENSSL_LIBRARIES}
|
||||
${ZLIB_LIBS}
|
||||
${Boost_LIBRARIES}
|
||||
|
@ -80,7 +79,7 @@ add_executable(
|
|||
../lib/Basics/WorkMonitorDummy.cpp
|
||||
../arangod/GeoIndex/GeoIndex.cpp
|
||||
)
|
||||
|
||||
add_dependencies(${TEST_GEO_SUITE} v8_build)
|
||||
target_link_libraries(
|
||||
${TEST_GEO_SUITE}
|
||||
${LIB_ARANGO}
|
||||
|
|
Loading…
Reference in New Issue