From 67b362c07808bd846279dd75cb26e5f10dd1e3d0 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 21 Aug 2013 22:43:45 +0000 Subject: [PATCH] Port tests/umfpack git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30394 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/umfpack/umfpack_01.cc | 2 +- tests/umfpack/{umfpack_01/cmp/generic => umfpack_01.output} | 0 tests/umfpack/umfpack_02.cc | 2 +- tests/umfpack/{umfpack_02/cmp/generic => umfpack_02.output} | 0 tests/umfpack/umfpack_03.cc | 2 +- tests/umfpack/{umfpack_03/cmp/generic => umfpack_03.output} | 0 tests/umfpack/umfpack_04.cc | 2 +- tests/umfpack/{umfpack_04/cmp/generic => umfpack_04.output} | 0 tests/umfpack/umfpack_05.cc | 2 +- tests/umfpack/{umfpack_05/cmp/generic => umfpack_05.output} | 0 tests/umfpack/umfpack_06.cc | 2 +- tests/umfpack/{umfpack_06/cmp/generic => umfpack_06.output} | 0 tests/umfpack/umfpack_07.cc | 2 +- tests/umfpack/{umfpack_07/cmp/generic => umfpack_07.output} | 0 tests/umfpack/umfpack_08.cc | 2 +- tests/umfpack/{umfpack_08/cmp/generic => umfpack_08.output} | 0 tests/umfpack/umfpack_09.cc | 2 +- tests/umfpack/{umfpack_09/cmp/generic => umfpack_09.output} | 0 tests/umfpack/umfpack_10.cc | 2 +- tests/umfpack/{umfpack_10/cmp/generic => umfpack_10.output} | 0 tests/umfpack/umfpack_11.cc | 2 +- tests/umfpack/{umfpack_11/cmp/generic => umfpack_11.output} | 0 22 files changed, 11 insertions(+), 11 deletions(-) rename tests/umfpack/{umfpack_01/cmp/generic => umfpack_01.output} (100%) rename tests/umfpack/{umfpack_02/cmp/generic => umfpack_02.output} (100%) rename tests/umfpack/{umfpack_03/cmp/generic => umfpack_03.output} (100%) rename tests/umfpack/{umfpack_04/cmp/generic => umfpack_04.output} (100%) rename tests/umfpack/{umfpack_05/cmp/generic => umfpack_05.output} (100%) rename tests/umfpack/{umfpack_06/cmp/generic => umfpack_06.output} (100%) rename tests/umfpack/{umfpack_07/cmp/generic => umfpack_07.output} (100%) rename tests/umfpack/{umfpack_08/cmp/generic => umfpack_08.output} (100%) rename tests/umfpack/{umfpack_09/cmp/generic => umfpack_09.output} (100%) rename tests/umfpack/{umfpack_10/cmp/generic => umfpack_10.output} (100%) rename tests/umfpack/{umfpack_11/cmp/generic => umfpack_11.output} (100%) diff --git a/tests/umfpack/umfpack_01.cc b/tests/umfpack/umfpack_01.cc index a65672a304..e47ebd97e0 100644 --- a/tests/umfpack/umfpack_01.cc +++ b/tests/umfpack/umfpack_01.cc @@ -112,7 +112,7 @@ void test (bool transpose = false) int main () { - std::ofstream logfile("umfpack_01/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-9); diff --git a/tests/umfpack/umfpack_01/cmp/generic b/tests/umfpack/umfpack_01.output similarity index 100% rename from tests/umfpack/umfpack_01/cmp/generic rename to tests/umfpack/umfpack_01.output diff --git a/tests/umfpack/umfpack_02.cc b/tests/umfpack/umfpack_02.cc index dc46d6c8d7..ba9948b36c 100644 --- a/tests/umfpack/umfpack_02.cc +++ b/tests/umfpack/umfpack_02.cc @@ -117,7 +117,7 @@ void test (bool transpose = false) int main () { - std::ofstream logfile("umfpack_02/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-9); diff --git a/tests/umfpack/umfpack_02/cmp/generic b/tests/umfpack/umfpack_02.output similarity index 100% rename from tests/umfpack/umfpack_02/cmp/generic rename to tests/umfpack/umfpack_02.output diff --git a/tests/umfpack/umfpack_03.cc b/tests/umfpack/umfpack_03.cc index 70a24c8d24..cc84abd3a5 100644 --- a/tests/umfpack/umfpack_03.cc +++ b/tests/umfpack/umfpack_03.cc @@ -129,7 +129,7 @@ void test (bool transpose = false) int main () { - std::ofstream logfile("umfpack_03/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-8); diff --git a/tests/umfpack/umfpack_03/cmp/generic b/tests/umfpack/umfpack_03.output similarity index 100% rename from tests/umfpack/umfpack_03/cmp/generic rename to tests/umfpack/umfpack_03.output diff --git a/tests/umfpack/umfpack_04.cc b/tests/umfpack/umfpack_04.cc index 7539bb7ef4..349d62d4ac 100644 --- a/tests/umfpack/umfpack_04.cc +++ b/tests/umfpack/umfpack_04.cc @@ -217,7 +217,7 @@ void test () int main () { - std::ofstream logfile("umfpack_04/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/umfpack/umfpack_04/cmp/generic b/tests/umfpack/umfpack_04.output similarity index 100% rename from tests/umfpack/umfpack_04/cmp/generic rename to tests/umfpack/umfpack_04.output diff --git a/tests/umfpack/umfpack_05.cc b/tests/umfpack/umfpack_05.cc index 79adfe22c2..449c852f74 100644 --- a/tests/umfpack/umfpack_05.cc +++ b/tests/umfpack/umfpack_05.cc @@ -69,7 +69,7 @@ void test () int main () { - std::ofstream logfile("umfpack_05/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/umfpack/umfpack_05/cmp/generic b/tests/umfpack/umfpack_05.output similarity index 100% rename from tests/umfpack/umfpack_05/cmp/generic rename to tests/umfpack/umfpack_05.output diff --git a/tests/umfpack/umfpack_06.cc b/tests/umfpack/umfpack_06.cc index 9e4885fb0e..5cce41adef 100644 --- a/tests/umfpack/umfpack_06.cc +++ b/tests/umfpack/umfpack_06.cc @@ -73,7 +73,7 @@ void test () int main () { - std::ofstream logfile("umfpack_06/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/umfpack/umfpack_06/cmp/generic b/tests/umfpack/umfpack_06.output similarity index 100% rename from tests/umfpack/umfpack_06/cmp/generic rename to tests/umfpack/umfpack_06.output diff --git a/tests/umfpack/umfpack_07.cc b/tests/umfpack/umfpack_07.cc index 1ccb7e0ccd..e477dfdec0 100644 --- a/tests/umfpack/umfpack_07.cc +++ b/tests/umfpack/umfpack_07.cc @@ -126,7 +126,7 @@ void test () int main () { - std::ofstream logfile("umfpack_07/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-9); diff --git a/tests/umfpack/umfpack_07/cmp/generic b/tests/umfpack/umfpack_07.output similarity index 100% rename from tests/umfpack/umfpack_07/cmp/generic rename to tests/umfpack/umfpack_07.output diff --git a/tests/umfpack/umfpack_08.cc b/tests/umfpack/umfpack_08.cc index 40368c32e9..5f9386b246 100644 --- a/tests/umfpack/umfpack_08.cc +++ b/tests/umfpack/umfpack_08.cc @@ -164,7 +164,7 @@ void test () int main () { - std::ofstream logfile("umfpack_08/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-8); diff --git a/tests/umfpack/umfpack_08/cmp/generic b/tests/umfpack/umfpack_08.output similarity index 100% rename from tests/umfpack/umfpack_08/cmp/generic rename to tests/umfpack/umfpack_08.output diff --git a/tests/umfpack/umfpack_09.cc b/tests/umfpack/umfpack_09.cc index 3eb7b30272..90d692b933 100644 --- a/tests/umfpack/umfpack_09.cc +++ b/tests/umfpack/umfpack_09.cc @@ -164,7 +164,7 @@ void test () int main () { - std::ofstream logfile("umfpack_09/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-8); diff --git a/tests/umfpack/umfpack_09/cmp/generic b/tests/umfpack/umfpack_09.output similarity index 100% rename from tests/umfpack/umfpack_09/cmp/generic rename to tests/umfpack/umfpack_09.output diff --git a/tests/umfpack/umfpack_10.cc b/tests/umfpack/umfpack_10.cc index cb18abd726..ccd85bdb34 100644 --- a/tests/umfpack/umfpack_10.cc +++ b/tests/umfpack/umfpack_10.cc @@ -131,7 +131,7 @@ void test () int main () { - std::ofstream logfile("umfpack_10/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-8); diff --git a/tests/umfpack/umfpack_10/cmp/generic b/tests/umfpack/umfpack_10.output similarity index 100% rename from tests/umfpack/umfpack_10/cmp/generic rename to tests/umfpack/umfpack_10.output diff --git a/tests/umfpack/umfpack_11.cc b/tests/umfpack/umfpack_11.cc index c90f9d6115..f08dea1fb6 100644 --- a/tests/umfpack/umfpack_11.cc +++ b/tests/umfpack/umfpack_11.cc @@ -162,7 +162,7 @@ void test () int main () { - std::ofstream logfile("umfpack_11/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-8); diff --git a/tests/umfpack/umfpack_11/cmp/generic b/tests/umfpack/umfpack_11.output similarity index 100% rename from tests/umfpack/umfpack_11/cmp/generic rename to tests/umfpack/umfpack_11.output -- 2.39.5