From 8fb958a5561c13d5ca544b26fae4b18db5c782dc Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 13:11:30 +0000 Subject: [PATCH] Adapt to new directories. git-svn-id: https://svn.dealii.org/trunk@2508 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/big-tests/Makefile | 2 +- tests/big-tests/README | 11 ----------- tests/big-tests/convergence/Makefile | 2 +- tests/big-tests/dof/Makefile | 2 +- tests/big-tests/error-estimation/Makefile | 2 +- tests/big-tests/grid/Makefile | 2 +- tests/big-tests/multigrid/Makefile | 2 +- tests/big-tests/poisson/Makefile | 2 +- 8 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 tests/big-tests/README diff --git a/tests/big-tests/Makefile b/tests/big-tests/Makefile index 2be5604543..3c406115c7 100644 --- a/tests/big-tests/Makefile +++ b/tests/big-tests/Makefile @@ -3,7 +3,7 @@ # list the directories we want to visit -subdirs = grid/ dof/ poisson/ convergence/ error-estimation/ multigrid/ step-by-step/ +subdirs = grid/ dof/ poisson/ convergence/ error-estimation/ multigrid/ # define lists of targets: for each directory we produce a target name # for compilation, running and cleaning by appending the action to diff --git a/tests/big-tests/README b/tests/big-tests/README deleted file mode 100644 index a4c518425b..0000000000 --- a/tests/big-tests/README +++ /dev/null @@ -1,11 +0,0 @@ -The example applications in the subdirectories (apart from the -'step-by-step' directory) were written in the early stages of the -library and served more the task of verification than as proper -examples. For this reason, they are not very well documented and are -probably no good examples anyway. - -One, the multigrid example, does not even what its name may suggest. - -We excuse for the fact that they might not serve as good -examples. Better ones are planned and in parts written, but not yet -available at present. Sorry. diff --git a/tests/big-tests/convergence/Makefile b/tests/big-tests/convergence/Makefile index 3b00259d3f..960504f30f 100644 --- a/tests/big-tests/convergence/Makefile +++ b/tests/big-tests/convergence/Makefile @@ -24,7 +24,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../../.. +D = ../../../deal.II/ # The last field specifies the names of data and other files that diff --git a/tests/big-tests/dof/Makefile b/tests/big-tests/dof/Makefile index ee93d64e40..9285e3f937 100644 --- a/tests/big-tests/dof/Makefile +++ b/tests/big-tests/dof/Makefile @@ -24,7 +24,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../../.. +D = ../../../deal.II/ # The last field specifies the names of data and other files that diff --git a/tests/big-tests/error-estimation/Makefile b/tests/big-tests/error-estimation/Makefile index ed89446ecc..c444e5123d 100644 --- a/tests/big-tests/error-estimation/Makefile +++ b/tests/big-tests/error-estimation/Makefile @@ -24,7 +24,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../../.. +D = ../../../deal.II/ # The last field specifies the names of data and other files that diff --git a/tests/big-tests/grid/Makefile b/tests/big-tests/grid/Makefile index 455e443c64..8b24137106 100644 --- a/tests/big-tests/grid/Makefile +++ b/tests/big-tests/grid/Makefile @@ -24,7 +24,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../../.. +D = ../../../deal.II/ # The last field specifies the names of data and other files that diff --git a/tests/big-tests/multigrid/Makefile b/tests/big-tests/multigrid/Makefile index c0b78a5d49..5a0d33203f 100644 --- a/tests/big-tests/multigrid/Makefile +++ b/tests/big-tests/multigrid/Makefile @@ -24,7 +24,7 @@ debug-mode = on # designated by a single-character variable, since that can be # reference using $D only, i.e. without the parentheses that are # required for most other parameters, as e.g. in $(target). -D = ../../.. +D = ../../../deal.II/ # The last field specifies the names of data and other files that diff --git a/tests/big-tests/poisson/Makefile b/tests/big-tests/poisson/Makefile index 2c1e787bc5..df26bf56a4 100644 --- a/tests/big-tests/poisson/Makefile +++ b/tests/big-tests/poisson/Makefile @@ -37,7 +37,7 @@ delete-files = results/*gnuplot results/*.eps # Internals #deal include base path -D = ../../.. +D = ../../../deal.II/ include $D/common/Make.global_options -- 2.39.5