Draft: WIP: MuonConfig: add labels to unit tests
Testing label-specific unit tests. The idea here is that the CI unit test runner would launch the unit tests via:
ctest -L 'citest:label1|citest:label2|...|citest:labelN' ...
where labeli
are the labels attached to a MR. That way all unit test that have any of these labels assigned would be run even if no code changes were done in those packages.
Relates to ATLINFR-3686.
Edited by Jakub Kremer