From: Wolfgang Bangerth Date: Wed, 13 Oct 2010 21:34:17 +0000 (+0000) Subject: Add serialization directory. X-Git-Tag: v8.0.0~5273 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95312b8a108bf1d4e4f43a1ef64e7c9399d19487;p=dealii.git Add serialization directory. git-svn-id: https://svn.dealii.org/trunk@22342 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 1092487163..102e2ce6b3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,6 +16,7 @@ nofail-dirs = a-framework \ hp \ aniso \ codim_one \ + serialization \ $(shell if test "$(USE_CONTRIB_PETSC)" = yes ; then echo petsc ; fi) \ $(shell if test "$(USE_CONTRIB_TRILINOS)" = yes ; then echo trilinos ; fi) \ $(shell if test "$(USE_CONTRIB_UMFPACK)" = yes ; then echo umfpack ; fi) \