From 95312b8a108bf1d4e4f43a1ef64e7c9399d19487 Mon Sep 17 00:00:00 2001 From: Wolfgang 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