mirror of https://github.com/CGAL/cgal
Run cgal_test_with_cmake under "time", so that we can see the running time.
This commit is contained in:
parent
e16cc406cc
commit
56c9ce1b67
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue