=====linking======= quadrature_test.exe
...
</pre>
- 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.) This time
- can be reduced, however, on multicore machines if you use the command
+ Be aware that because of the number of tests we have, running the entire
+ testsuite takes approximately 10 hours (as of early 2013), even on a fast
+ system. (On the other hand, of couse only a large testsuite can offer
+ comprehensive coverage of a software as big as deal.II.) This time can be
+ reduced, however, on multicore machines if you use the command
<code>make -jN</code> where <code>N</code> is an integer equal to or
- slight larger than the number of processor cores you have, as this
+ slightly larger than the number of processor cores you have, as this
instructs <code>make</code> to run several tests at the same time.
</p>