From 41b6aeca2a1bb0566ba07a3e5ca10d17f39366b3 Mon Sep 17 00:00:00 2001 From: Alycia Lisito <alycia.lisito@inria.fr> Date: Fri, 11 Feb 2022 17:56:25 +0100 Subject: [PATCH] testing/lantr: print the computed norm and the validation criteria when checking --- testing/testing_zlantr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing_zlantr.c b/testing/testing_zlantr.c index fcbb174b3..a34a841ed 100644 --- a/testing/testing_zlantr.c +++ b/testing/testing_zlantr.c @@ -177,7 +177,7 @@ testing_t test_zlantr; const char *zlantr_params[] = { "mtxfmt", "nb", "norm", "uplo", "diag", "m", "n", "lda", "seedA", NULL }; const char *zlantr_output[] = { NULL }; -const char *zlantr_outchk[] = { "RETURN", NULL }; +const char *zlantr_outchk[] = { "||A||", "||B||", "||R||", "RETURN", NULL }; /** * @brief Testing registration function -- GitLab