mirror of https://github.com/CGAL/cgal
Fixed cgal_test_with_cmake generation so it can be called indepedently of the test suite
This commit is contained in:
parent
6bae257648
commit
7fceed9683
|
|
@ -55,8 +55,13 @@ create_script()
|
|||
echo "# - running the script should not require any user interaction"
|
||||
echo "# - the script should clean up object files and executables"
|
||||
echo
|
||||
echo "ERRORFILE=error.txt"
|
||||
echo "DO_RUN=${DO_RUN}"
|
||||
cat << EOF
|
||||
ERRORFILE=error.txt
|
||||
DO_RUN=${DO_RUN}
|
||||
if [ -z "\${MAKE_CMD}" ]; then
|
||||
MAKE_CMD=make
|
||||
fi
|
||||
EOF
|
||||
echo
|
||||
header "configure"
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in New Issue