mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-14 18:33:16 +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)
|
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…
x
Reference in New Issue
Block a user