From 4a4be0c3a5e603a9c0c4c7aebcb660b5e62b99ad Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 15 Jan 2017 17:17:40 +0100 Subject: Prints additional information in verbose/debug mode --- test/correctness/testblas.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/correctness/testblas.cpp b/test/correctness/testblas.cpp index 5fddb37b..7c64855a 100644 --- a/test/correctness/testblas.cpp +++ b/test/correctness/testblas.cpp @@ -138,7 +138,10 @@ void TestBlas::TestRegular(std::vector> &test_vector, const st // Don't continue with CBLAS if there are incorrect parameters if (compare_cblas_ && status2 != StatusCode::kSuccess) { - if (verbose_) { fprintf(stdout, " -> "); std::cout << std::flush; } + if (verbose_) { + fprintf(stdout, " -> %d -> ", static_cast(status2)); + std::cout << std::flush; + } TestErrorCodes(status2, status2, args); continue; } -- cgit v1.2.3