mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-21 03:11:25 +08:00
Add a true ctest unit test for failtests
This commit is contained in:
parent
ff46ec0f24
commit
3878e6f170
@ -324,3 +324,6 @@ endif(CUDA_FOUND)
|
||||
|
||||
endif(EIGEN_TEST_NVCC)
|
||||
|
||||
|
||||
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/failtests)
|
||||
add_test(NAME failtests WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/failtests COMMAND ${CMAKE_COMMAND} ${Eigen_SOURCE_DIR} -G "${CMAKE_GENERATOR}" -DEIGEN_FAILTEST=ON)
|
||||
|
Loading…
Reference in New Issue
Block a user