From: Matthias Maier Date: Sat, 25 Apr 2015 09:53:14 +0000 (+0200) Subject: Silence extra diagnostics in the testsuite X-Git-Tag: v8.3.0-rc1~212^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F877%2Fhead;p=dealii.git Silence extra diagnostics in the testsuite --- diff --git a/tests/tests.h b/tests/tests.h index 0c75269b76..38c4558577 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -32,6 +32,11 @@ #include #include +// silence extra diagnostics in the testsuite +#ifdef DEAL_II_DISABLE_EXTRA_DIAGNOSTICS +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS +#endif + // implicitly use the deal.II namespace everywhere, without us having to say // so in each and every testcase