Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils-Arne Dreier
dune-common
Commits
4b6061db
Commit
4b6061db
authored
9 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
[CMake][Doc] Adjust the docs for dune_add_test.
parent
e05c3e89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/CMakeBuiltinFunctionsDocumentation.cmake
+0
-11
0 additions, 11 deletions
cmake/modules/CMakeBuiltinFunctionsDocumentation.cmake
doc/buildsystem/dune-common.rst
+3
-3
3 additions, 3 deletions
doc/buildsystem/dune-common.rst
with
3 additions
and
14 deletions
cmake/modules/CMakeBuiltinFunctionsDocumentation.cmake
+
0
−
11
View file @
4b6061db
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
doc/buildsystem/dune-common.rst
+
3
−
3
View file @
4b6061db
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment