Skip to content

Commit

Permalink
Add info for TPLs to testsuite doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Feb 14, 2024
1 parent 7f9acd9 commit f2e0687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/developers/testsuite.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@ <h3>Restricting tests to build configurations</h3>
category/test.[with_&lt;string&gt;(&lt;=|&gt;=|=|&lt;|&gt;)&lt;on|off|version&gt;.]*
[mpirun=&lt;N|all&gt;.][threads=&lt;N|all&gt;.][expect=&lt;y&gt;.][exclusive.][&lt;debug|release&gt;.](output|run_only)
</pre>
Note that for CMake variables switching subpackages of third party libraries
like <code>DEAL_II_TRILINOS_WITH_BELOS</code> or <code>DEAL_II_PETSC_WITH_HYPRE</code>
the correct syntax is adding an additional <code>with_</code>,
i.e. <code>with_trilinos_with_belos=on|off</code>.</br></br>

Normally, a test will be set up so that it runs twice, once in debug and
once in release configuration.
If a specific test can only be run in debug or release configurations but
Expand Down

0 comments on commit f2e0687

Please sign in to comment.