Run cgal_test_with_cmake under "time", so that we can see the running time.

This commit is contained in:
Laurent Rineau 2008-12-01 11:22:29 +00:00
parent e16cc406cc
commit 56c9ce1b67
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ wait_for_process()
run_local_cgal_test()
{
eval ./cgal_test_with_cmake > current_compiler_output 2>&1
eval time ./cgal_test_with_cmake > current_compiler_output 2>&1
exit_value=$?
if [ $exit_value -ne 0 ]
then