Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 983a4770 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add optionnal paramter to test for mac that do not support :: optionnal arg

parent b76f54b7
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,10 @@ if ( NOT BUILD_SUBPROJECT ) ...@@ -49,10 +49,10 @@ if ( NOT BUILD_SUBPROJECT )
add_test( test_svd ./testing_svd -X ) add_test( test_svd ./testing_svd -X )
add_test( test_systolic ./testing_systolic -X ) add_test( test_systolic ./testing_systolic -X )
add_test( test_tphqr ./testing_tphqr -X ) add_test( test_tphqr ./testing_tphqr -X )
add_test( single_hqr ./testing_hqr -v ) add_test( single_hqr ./testing_hqr -v 2 )
add_test( single_svd ./testing_svd -v ) add_test( single_svd ./testing_svd -v 2 )
add_test( single_systolic ./testing_systolic -v ) add_test( single_systolic ./testing_systolic -v 2 )
add_test( single_tphqr ./testing_tphqr -v ) add_test( single_tphqr ./testing_tphqr -v 2 )
add_test( usage ./testing_tphqr -h ) add_test( usage ./testing_tphqr -h )
add_test( test_print ./testing_print -M 27 -N 7 -P 3 ) add_test( test_print ./testing_print -M 27 -N 7 -P 3 )
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment