From 8f2368e047acadb965104ff854c7f80eb4df60fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Fri, 14 Sep 2018 15:57:21 +0200 Subject: [PATCH] Print detailed report. --- tests/runalltests.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/runalltests.m b/tests/runalltests.m index 4cfee13..04d240a 100644 --- a/tests/runalltests.m +++ b/tests/runalltests.m @@ -56,4 +56,7 @@ if any(~[r{:,3}]) end warning on -path(opath); \ No newline at end of file +path(opath); + + +display_report(r); \ No newline at end of file -- GitLab