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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Core Modules
dune-common
Commits
ae3dc1b1
Commit
ae3dc1b1
authored
2 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[cmake][python][doc] Document all parameters of dune_add_python_test
parent
41c3dcf1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1156
[cmake][python][bugfix] Fix dune_python_add_test after !1130
Pipeline
#52799
passed
2 years ago
Stage: .pre
Stage: test
Stage: downstream
Pipeline: Dune Nightly Test
#52801
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DunePythonTestCommand.cmake
+17
-0
17 additions, 0 deletions
cmake/modules/DunePythonTestCommand.cmake
with
17 additions
and
0 deletions
cmake/modules/DunePythonTestCommand.cmake
+
17
−
0
View file @
ae3dc1b1
...
...
@@ -16,6 +16,16 @@
# The Python module to execute using the python interpreter. It will be executed during :code:`make test_python`
# and during `ctest`. You are required to either pass SCRIPT or MODULE.
#
# .. cmake_param:: LABELS
# :multi:
#
# A list of labels to add to the test. This sets
# the LABELS property on the test so :code:`ctest -L ${label_regex}` can
# be used to run all tests with certain labels. We always add the label
# :code:`python` per default. The labels are forwarded to
# :ref:`dune_add_test`. See :ref:`dune_add_test` for a
# more detailed documentation.
#
# .. cmake_param:: WORKING_DIRECTORY
# :single:
# :argname: dir
...
...
@@ -23,6 +33,13 @@
# The working directory of the command. Defaults to
# the current build directory.
#
# .. cmake_param:: TIMEOUT
# :single:
#
# If set, the test will time out after the given number of seconds. This supersedes
# any timeout setting in ctest (see `cmake --help-property TIMEOUT`). If you
# specify the MPI_RANKS option, you need to specify a TIMEOUT.
#
# .. cmake_param:: NAME
# :single:
#
...
...
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