mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00
finish the change of adding .sh extensions to scripts
This commit is contained in:
parent
641d968a9a
commit
42f1b7d470
@ -1,5 +1,5 @@
|
|||||||
get_property(EIGEN_TESTS_LIST GLOBAL PROPERTY EIGEN_TESTS_LIST)
|
get_property(EIGEN_TESTS_LIST GLOBAL PROPERTY EIGEN_TESTS_LIST)
|
||||||
configure_file(buildtests.in ${CMAKE_BINARY_DIR}/buildtests @ONLY)
|
configure_file(buildtests.in ${CMAKE_BINARY_DIR}/buildtests.sh @ONLY)
|
||||||
|
|
||||||
configure_file(check.in ${CMAKE_BINARY_DIR}/check.sh COPYONLY)
|
configure_file(check.in ${CMAKE_BINARY_DIR}/check.sh COPYONLY)
|
||||||
configure_file(debug.in ${CMAKE_BINARY_DIR}/debug.sh COPYONLY)
|
configure_file(debug.in ${CMAKE_BINARY_DIR}/debug.sh COPYONLY)
|
||||||
|
@ -14,8 +14,8 @@ fi
|
|||||||
|
|
||||||
if [ -n "${EIGEN_CTEST_ARGS:+x}" ]
|
if [ -n "${EIGEN_CTEST_ARGS:+x}" ]
|
||||||
then
|
then
|
||||||
./buildtests "$1" && ctest -R "$1" ${EIGEN_CTEST_ARGS}
|
./buildtests.sh "$1" && ctest -R "$1" ${EIGEN_CTEST_ARGS}
|
||||||
else
|
else
|
||||||
./buildtests "$1" && ctest -R "$1"
|
./buildtests.sh "$1" && ctest -R "$1"
|
||||||
fi
|
fi
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user