From b17ed5bc588af66c43020b7f49221024e09a12e0 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Mon, 23 Sep 2024 14:33:29 -0600 Subject: [PATCH] Add package name to LABELS test property requirement 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.) --- tribits/doc/guides/TribitsGuidesBody.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tribits/doc/guides/TribitsGuidesBody.rst b/tribits/doc/guides/TribitsGuidesBody.rst index c978a2d10..c160ef68c 100644 --- a/tribits/doc/guides/TribitsGuidesBody.rst +++ b/tribits/doc/guides/TribitsGuidesBody.rst @@ -2667,6 +2667,9 @@ satisfy the following requirements: * Test names must be prefixed with the package name ``_``. +* The package name ```` must be appended to the ``LABELS`` test + property list. + * Tests should only be added if the variable ``_ENABLE_TESTS`` is true.