<title>The deal.II Testsuite</title>
<link href="../screen.css" rel="StyleSheet">
<meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
export PATH=/my/compiler/path:$PATH
export CXX=myCC
- svn co http://www.dealii.org/svn/dealii/trunk/deal.II
+ svn co https://svn.dealii.org/trunk/deal.II
cd deal.II
svn update
make build-test BUILDTEST=yes BUILDTESTFLAGS='CC=mycc CXX=myCC'
To run the testsuite, go into your deal.II directory and do this:
<pre>
cd /path/to/deal.II
- svn checkout http://www.dealii.org/svn/dealii/trunk/tests
+ svn checkout https://svn.dealii.org/trunk/tests
</pre>
This should generate a <code>tests/</code> directory parallel to
the <code>base/</code>, <code>lac/</code>, etc directories. Then