Skip to content
Snippets Groups Projects
Commit 4b6061db authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[CMake][Doc] Adjust the docs for dune_add_test.

parent e05c3e89
No related branches found
No related tags found
No related merge requests found
......@@ -46,17 +46,6 @@
#
# cmake --help-command add_executable
#
# .. cmake_function:: add_test
#
# Adds a test to the testing suite.
#
# This is a cmake builtin command.
# For detailed information, check the cmake documentation:
#
# ::
#
# cmake --help-command add_test
#
# .. cmake_variable:: CMAKE_<LANG>_COMPILER
#
# Set the compiler for the language LANG.
......
......@@ -83,7 +83,7 @@ language:
- :ref:`add_subdirectory` for recursively adding subdirectories
- :ref:`add_executable` to add some exectuable programs
- :ref:`add_test` to register tests to the test suite.
- :ref:`dune_add_test` to register tests to the test suite.
- :ref:`install` to mark files for installation.
For futher commands, browse this documentation.
......@@ -299,8 +299,8 @@ It is a mere wrapper around CMake's own testing tool CTest. You can check :code:
for a lot of useful options, such as choosing the set of tests to be run by matching regular expressions or
showing the output of failed tests.
Although this is not the CMake-ish way, :code:`make test` also builds the tests before executing them.
This behavior will change in the near future.
The Dune test suite also defines tests that run in parallel. You may set an upperbound to the number
of cores in use for a single test by setting :ref:`DUNE_MAX_TEST_CORES`.
.. _disable:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment