<hr>
- <b><small>Testsuite</small></b>
- <p>
- <a href="http://www.dealii.org/~archiver/cgi-bin/regression.pl"
- target="body">Regression tests</a><br />
- <a href="http://www.dealii.org/build.php"
- target="body">Build test results</a><br />
- <a href="testsuite.html" target="body">Running tests</a>
- </p>
-
- <hr>
-
<b><small>Resources</small></b>
<p>
<a href="http://www.dealii.org/changelogs/index.html" target="body">Recent changes</a><br />
- <a href="http://dealii.org/mailman/listinfo/dealii_dealii.org"
- target="body">Mailing list</a><br />
+ <a href="http://www.dealii.org/mail.html" target="body">Mailing lists</a><br />
+ <a href="http://www.dealii.org/testsuite.html" target="body">Test suite</a><br />
<a href="http://www-dimat.unipv.it/heltai/wikideal/index.php/Main_Page"
target="_top">Wiki</a>
</p>
different systems and with different compilers as well as
different configuration options. Results are collected in a
database and can be accessed <a
- href="http://www.dealii.org/build.php">online</a>.<p>
+ href="http://www.dealii.org/testsuite.html">online</a>.<p>
<p>Running the build test suite is simple and we encourage deal.II
users with configurations not found on the <a
- href="http://www.dealii.org/build.php">build test page</a> to
+ href="http://www.dealii.org/testsuite.html">test suite page</a> to
participate. Assuming you checked out deal.II into the directory
<code>dealtest</code>, running it is as simple as (you may want to pass
different options than the ones given as <code>BUILDTESTFLAGS</code> to
in both cases to make sure that future changes do not break what
we have just checked in. In addition, some machines run the tests
every night and send the results back home; this is then converted
- into <a href="http://www.dealii.org/~archiver/cgi-bin/regression.pl"
+ into <a href="http://www.dealii.org/testsuite.html"
target="body">a webpage showing the status of our regression
tests</a>.
</p>
instead. This does all the same stuff, but also mails the test
result to our central mail result server which will in regular
intervals (at least once a day) munge these mails and present them
- on our <a href="http://www.dealii.org/cgi-bin/show_regression.pl"
- target="body">regression test site</a>. This way, people can
+ on our <a href="http://www.dealii.org/testsuite.html"
+ target="body">test site</a>. This way, people can
get an overview of what tests fail. You may even consider running
tests nightly through a cron-job with this command, to have
regular test runs.