DuneTestMacros --------------- Tools for integrating tests into the DUNE build system. .. cmake:command:: dune_declare_test_label Declare labels for :cmake:command:`dune_add_test()`. .. code-block:: cmake dune_declare_test_label(LABELS ) ``LABELS`` Names of labels to declare. Label names must be non-empty and may contain only alphanumeric characters plus ``-`` and ``_`` so they remain easy to use in ``ctest -L`` regular expressions. Labels are normally declared on demand by :cmake:command:`dune_add_test()`. Call this command explicitly if you want ``build_