Skip to content

Commit

Permalink
Add package name to LABELS test property requirement
Browse files Browse the repository at this point in the history
Without this, the test will be listed with the tests for the last CTest/CDash
subproject.  (Having a test have a label that matches the CTest/CDash
subproject name is how these tools group tests by subproject.)
  • Loading branch information
bartlettroscoe committed Sep 23, 2024
1 parent 64436bd commit b17ed5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tribits/doc/guides/TribitsGuidesBody.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2667,6 +2667,9 @@ satisfy the following requirements:

* Test names must be prefixed with the package name ``<Package>_``.

* The package name ``<Package>`` must be appended to the ``LABELS`` test
property list.

* Tests should only be added if the variable ``<Package>_ENABLE_TESTS`` is
true.

Expand Down

0 comments on commit b17ed5b

Please sign in to comment.