From: Wolfgang Bangerth Date: Tue, 29 Feb 2000 17:41:41 +0000 (+0000) Subject: Add that nonlinear testcase. X-Git-Tag: v8.0.0~20843 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe97fd9c5db7c48e892743101f985d95f861e08;p=dealii.git Add that nonlinear testcase. git-svn-id: https://svn.dealii.org/trunk@2521 0785d39b-7218-0410-832d-ea1e28bc413d --- 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