- test/collect_cgal_testresults : change config.h to version.h.

This commit is contained in:
Sylvain Pion 2004-02-29 19:29:06 +00:00
parent 8363bb07e4
commit 2a7a5460ef
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
29 February 2004 Sylvain Pion
- test/collect_cgal_testresults : change config.h to version.h.
27 February 2004 Sylvain Pion
- create_makefile : Add -I../../include to CXXFLAGS by default,
and remove DEBUG_OPTS.

View File

@ -47,7 +47,7 @@ do_platform()
RESULT_FILE=$CURRENT_DIR/results_${TESTER}_${PLATFORM}.txt
rm -f $RESULT_FILE
touch $RESULT_FILE
sed -n '/CGAL_VERSION/s/#define //p' <../include/CGAL/config.h >> $RESULT_FILE
sed -n '/CGAL_VERSION/s/#define //p' <../include/CGAL/version.h >> $RESULT_FILE
echo "TESTER ${TESTER}" >> $RESULT_FILE
echo "PLATFORM ${PLATFORM}" >> $RESULT_FILE