From: Wolfgang Bangerth Date: Fri, 26 Feb 2010 06:03:43 +0000 (+0000) Subject: Also run a-framework. X-Git-Tag: v8.0.0~6392 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ff668e10336a4cc42687452d29fc44e54369d9;p=dealii.git Also run a-framework. git-svn-id: https://svn.dealii.org/trunk@20705 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index f5c607291e..13e97f3407 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,8 @@ include Makefile.paths include $D/common/Make.global_options # first define the directories we should work on -nofail-dirs = base \ +nofail-dirs = a-framework \ + base \ lac \ fe \ deal.II \