From: Wolfgang Bangerth
Date: Thu, 10 Mar 2005 23:40:44 +0000 (+0000)
Subject: Add one statement.
X-Git-Tag: v8.0.0~14444
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f6ca653ef76a07d9b88513d9462794b22404f1;p=dealii.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