From 253b0927a151e070efd1ac87ff15053222d15e40 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 24 Dec 2016 14:18:53 +0100 Subject: [PATCH] Check for include guards --- tests/all-headers/test_header.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/all-headers/test_header.cc b/tests/all-headers/test_header.cc index 3cc8ff2ad4..0715050ae7 100644 --- a/tests/all-headers/test_header.cc +++ b/tests/all-headers/test_header.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013 - 2015 by the deal.II authors +// Copyright (C) 2013 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -13,6 +13,8 @@ // // --------------------------------------------------------------------- +//include header twice to see if the include guards are set correctly +#include HEADER #include HEADER #if !defined(DEAL_II_NAMESPACE_OPEN) && !defined(dealii__revision_h) -- 2.39.5