From 983a4770f72474a12bb7767380ffca674d213d57 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 6 Apr 2021 11:27:00 +0200 Subject: [PATCH] Add optionnal paramter to test for mac that do not support :: optionnal arg --- testings/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testings/CMakeLists.txt b/testings/CMakeLists.txt index fbef029..97e807b 100644 --- a/testings/CMakeLists.txt +++ b/testings/CMakeLists.txt @@ -49,10 +49,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( single_hqr ./testing_hqr -v 2 ) + add_test( single_svd ./testing_svd -v 2 ) + add_test( single_systolic ./testing_systolic -v 2 ) + add_test( single_tphqr ./testing_tphqr -v 2 ) add_test( usage ./testing_tphqr -h ) add_test( test_print ./testing_print -M 27 -N 7 -P 3 ) endif() -- GitLab