1
0
Fork 0

Unit tests depend on ICE (i.e. v8_build)

This commit is contained in:
Kaveh Vahedipour 2016-02-12 13:12:08 +00:00
parent 05ef0d2711
commit ec4b345541
1 changed files with 2 additions and 3 deletions

View File

@ -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}