From 70b43c922a18fe74df43ff9b6afb717d88c1dadc Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Sat, 16 Nov 2019 17:38:59 +0100
Subject: [PATCH] Minor just for the fun to increase the coverage

---
 testings/CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testings/CMakeLists.txt b/testings/CMakeLists.txt
index ae168b3..0851d11 100644
--- a/testings/CMakeLists.txt
+++ b/testings/CMakeLists.txt
@@ -51,5 +51,10 @@ if ( NOT BUILD_SUBPROJECT )
   add_test( test_svd      ./testing_svd      -X )
   add_test( test_systolic ./testing_systolic -X )
   add_test( test_tphqr    ./testing_tphqr    -X )
+  add_test( single_hqr      ./testing_hqr      -v )
+  add_test( single_svd      ./testing_svd      -v )
+  add_test( single_systolic ./testing_systolic -v )
+  add_test( single_tphqr    ./testing_tphqr    -v )
+  add_test( usage         ./testing_tphqr -h )
   add_test( test_print    ./testing_print -M 27 -N 7 -P 3 )
 endif()
-- 
GitLab