This commit was generated by cvs2svn to compensate for changes in r575,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Hervé Brönnimann 1998-10-09 13:31:55 +00:00
parent e2123c4856
commit cf7e7b912e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ compile_and_run()
if eval 'make CGAL_MAKEFILE=$CGAL_MAKEFILE \
TESTSUITE_CXXFLAGS="$TESTSUITE_CXXFLAGS" \
TESTSUITE_LDFLAGS="$TESTSUITE_LDFLAGS" $1' ; then
echo " compilation of $1 (TESTR=$TESTR) succeeded" >> $ERRORFILE
echo " compilation of $1 succeeded" >> $ERRORFILE
else
echo " ERROR: compilation of $1 failed" >> $ERRORFILE
fi