From d779dea820b52b703c737ee3f7eb6cde003ca9c9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Oct 2010 21:34:17 +0000 Subject: [PATCH] Add serialization directory. git-svn-id: https://svn.dealii.org/trunk@22342 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) 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) \ -- 2.39.5