skip tests from libuv
This commit is contained in:
parent
c11d30ddba
commit
ae8f5c81d4
@ -67,7 +67,8 @@ if(DOXYGEN_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_TESTING)
|
if(BUILD_TESTING)
|
||||||
enable_testing()
|
set(BUILD_TESTING OFF)
|
||||||
|
|
||||||
set(GOOGLETEST_DEPS_DIR ${PROJECT_DEPS_DIR}/googletest)
|
set(GOOGLETEST_DEPS_DIR ${PROJECT_DEPS_DIR}/googletest)
|
||||||
set(LIBUV_DEPS_DIR ${PROJECT_DEPS_DIR}/libuv)
|
set(LIBUV_DEPS_DIR ${PROJECT_DEPS_DIR}/libuv)
|
||||||
|
|
||||||
@ -83,6 +84,9 @@ if(BUILD_TESTING)
|
|||||||
add_subdirectory(${LIBUV_DEPS_DIR})
|
add_subdirectory(${LIBUV_DEPS_DIR})
|
||||||
include_directories(${LIBUV_DEPS_DIR}/include)
|
include_directories(${LIBUV_DEPS_DIR}/include)
|
||||||
|
|
||||||
|
set(BUILD_TESTING ON)
|
||||||
|
enable_testing()
|
||||||
|
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user