From: bangerth Date: Wed, 13 Oct 2010 21:34:17 +0000 (+0000) Subject: Add serialization directory. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d779dea820b52b703c737ee3f7eb6cde003ca9c9;p=dealii-svn.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) \