From: Guido Kanschat Date: Fri, 21 May 2004 19:15:10 +0000 (+0000) Subject: Perform configure in tests X-Git-Tag: v8.0.0~15152 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2489b0c8943ba6cd84949f510419f07b1dd9e7;p=dealii.git Perform configure in tests git-svn-id: https://svn.dealii.org/trunk@9283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index a0e97857f6..5781ca0887 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -28,6 +28,8 @@ when a new release shall be issued: 6/ change the content of the `Version' file on both HEAD and branch 7/ test the branch thoroughly: + make distclean (if applicable) + ./configure make all cd tests make all