From 16cadc7050314ab2854920f3e31fcd5fa5d8621f Mon Sep 17 00:00:00 2001
From: bangerth The deal.II testsuite consists of two parts, the build tests and
- the regression tests. While the build tests just check if the
+ The deal.II testsuite consists of two parts, the
+ build tests and the
+ regression tests. While the build tests
+ just check if the
library can be compiled on different systems and with different (versions
of) compilers, the regression tests are actually run and their output
compared with previously stored. These two testsuites are
described below. With our build tests, we check if deal.II can be compiled on
@@ -116,6 +119,7 @@
@@ -369,17 +373,17 @@ int main ()
things behind the scenes that are helpful in this context). In
above case, we only (nonsensically) write a zero to the output
file. Most tests actually write computed data to the output file
- to make sure that whatever we computed is what we got when the
- test was written first.
+ to make sure that whatever we compute is what we got when the
+ test was first written.
There are a number of directories where you can put tests
in. Extensive tests of individual classes or groups of classes
have traditionally been into the
@@ -388,7 +392,8 @@ int main ()
library, often only a single function. These tests go into the
The deal.II Testsuite
- The build tests
The regression tests
base/
,
- lac/
, deal.II/
, fe/
, or
- multigrid/
directories, depending on where the
- classes that are tested are located.
+ lac/
, deal.II/
, fe/
,
+ hp/
, or multigrid/
directories, depending on
+ where the classes that are tested are located.
bits/
directory and often have names that are
composed of the name of the class being tested and a two-digit
- number (for example, dof_tools_11
).
+ number (for example, dof_tools_11
). There are also
+ directories for PETSc and Trilinos wrapper functionality.
svn
+ status
commands:
+
+ svn propset svn:ignore "obj.*
+ exe
+ output
+ status
+ OK" bits/my_new_test
+ svn commit -m "Ignore generated files." bits/my_new_test
+
+ Note that the list of files given in quotes to the propset command extends
+ over several lines.
+
If you don't have subversion write access, talk to us on the mailing list; writing testcases is a worthy and laudable task, and we would like to encourage it by giving people the opportunity to -- 2.39.5