diff --git a/Testsuite/test/run_testsuite_with_cmake b/Testsuite/test/run_testsuite_with_cmake index f079a20f674..ac2ed2bfe96 100755 --- a/Testsuite/test/run_testsuite_with_cmake +++ b/Testsuite/test/run_testsuite_with_cmake @@ -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