Skip to content

Commit

Permalink
Fix testprecice labels argument (#474)
Browse files Browse the repository at this point in the history
* Fix testprecice labels argument

* Update pages/docs/dev-docs/dev-testing.md

Co-authored-by: Frédéric Simonis <[email protected]>

---------

Co-authored-by: Frédéric Simonis <[email protected]>
  • Loading branch information
uekerman and fsimonis authored Nov 29, 2024
1 parent 93fe308 commit 3d1f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/dev-docs/dev-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The latter is only useful for running individual tests in a debugger.

Tests in CTest are named `precice.` followed by the full test name of boost test.
To get a list of all tests for scripting purposes, use `./testprecice --list_units`.
CTest additionally groups tests in labels. Use `./testprecice --print-labels` to display existing labels.
CTest additionally groups tests in labels. Use `ctest --print-labels` to display existing labels.

Some important options for `ctest` are:

Expand Down

0 comments on commit 3d1f3d4

Please sign in to comment.