Remove superfluous testing files (as changeset e41bc6cbbf
but more complete)
This commit is contained in:
parent
8e6d0cba5f
commit
d0e543be26
@ -68,11 +68,7 @@ macro(ei_add_test_internal testname testname_with_suffix)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(EIGEN_BIN_BASH_EXISTS)
|
|
||||||
add_test(${testname_with_suffix} "${Eigen_SOURCE_DIR}/test/runtest.sh" "${testname_with_suffix}")
|
|
||||||
else()
|
|
||||||
add_test(${testname_with_suffix} "${targetname}")
|
add_test(${testname_with_suffix} "${targetname}")
|
||||||
endif()
|
|
||||||
|
|
||||||
# Specify target and test labels accoirding to EIGEN_CURRENT_SUBPROJECT
|
# Specify target and test labels accoirding to EIGEN_CURRENT_SUBPROJECT
|
||||||
get_property(current_subproject GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT)
|
get_property(current_subproject GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user