Add test suite for the project

This commit is contained in:
Cory Balaton 2023-09-16 18:00:39 +02:00
parent cca14b55df
commit 97d13c6d2d
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

9
src/test_suite.cpp Normal file
View File

@ -0,0 +1,9 @@
void test_tridiag_setup() {
}
void test_max_off_diag_symmetric() {
}