From: kanschat Date: Sun, 1 Oct 2006 22:16:15 +0000 (+0000) Subject: introduce numbers for full matrix tests X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ead3fb530c97e4dc6a1a007229dddedce540fa;p=dealii-svn.git introduce numbers for full matrix tests git-svn-id: https://svn.dealii.org/trunk@13972 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lapack/Makefile b/tests/lapack/Makefile index 614c685195..7639e7181a 100644 --- a/tests/lapack/Makefile +++ b/tests/lapack/Makefile @@ -20,7 +20,7 @@ default: run-tests ############################################################ -tests_x = tridiagonal_ev1 solver_cg full_matrix +tests_x = tridiagonal_ev1 solver_cg full_matrix_* # from above list of regular expressions, generate the real set of diff --git a/tests/lapack/full_matrix.cc b/tests/lapack/full_matrix_01.cc similarity index 95% rename from tests/lapack/full_matrix.cc rename to tests/lapack/full_matrix_01.cc index eb343319e4..8798bfd599 100644 --- a/tests/lapack/full_matrix.cc +++ b/tests/lapack/full_matrix_01.cc @@ -11,7 +11,7 @@ // //-------------------------------------------------------------------- -// Tests all aspects of LAPACKFullMatrix except eigenvectors +// Tests vector multiplication and eigenvalues of LAPACKFullMatrix #include "../tests.h" #include @@ -47,7 +47,7 @@ const double rect[] = int main() { - std::ofstream logfile("full_matrix/output"); + std::ofstream logfile("full_matrix_01/output"); logfile.precision(3); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/lapack/full_matrix/cmp/generic b/tests/lapack/full_matrix_01/cmp/generic similarity index 100% rename from tests/lapack/full_matrix/cmp/generic rename to tests/lapack/full_matrix_01/cmp/generic