From: wolf Date: Thu, 10 Mar 2005 23:40:44 +0000 (+0000) Subject: Add one statement. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543b81da3ca7e308e98f0a60c9888b7c76b3b03a;p=dealii-svn.git Add one statement. git-svn-id: https://svn.dealii.org/trunk@10089 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 9948a85e40..8472d2ba54 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -80,10 +80,14 @@ =====linking======= quadrature_test.exe ... + You should be aware that because of the number of tests we have, + running the entire testsuite can easily take an hour, even on a + fast system. On the other hand, only a large testsuite can offer + comprehensive coverage of a software as big as deal.II.

- Sometimes, however, you know that for whatever reason one test + Sometimes, you know that for whatever reason one test always fails on your system, or has already failed before you made any changes to the library that could have caused tests to fail. We also sometimes check in tests that we know presently