From a016667eec45e9757f875d515801eb1c615413c5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 17:41:41 +0000 Subject: [PATCH] Add that nonlinear testcase. git-svn-id: https://svn.dealii.org/trunk@2521 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/big-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/big-tests/Makefile b/tests/big-tests/Makefile index 21c7133e4d..30b64a8390 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/ +subdirs = grid/ dof/ poisson/ convergence/ error-estimation/ multigrid/ nonlinear/fixed-point-iteration/ # define lists of targets: for each directory we produce a target name # for compilation, running and cleaning by appending the action to -- 2.39.5