Fixed cgal_test_with_cmake generation so it can be called indepedently of the test suite

This commit is contained in:
Fernando Cacciola 2008-05-13 23:19:06 +00:00
parent 6bae257648
commit 7fceed9683
1 changed files with 7 additions and 2 deletions

View File

@ -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