:orphan: .. index:: pair: enum; test_path_match .. _doxid-test__path_8h_1ac60da66976ea0f6c9b5ee22ff4b435a1: enum test_path_match ==================== Overview ~~~~~~~~ Style of the test path matching :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum test_path_match { :ref:`TEST_PATH_EXACT`, :ref:`TEST_PATH_GLOB`, }; .. _details-test__path_8h_1ac60da66976ea0f6c9b5ee22ff4b435a1: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Style of the test path matching Enum Values ----------- .. index:: pair: enumvalue; TEST_PATH_EXACT .. _doxid-test__path_8h_1ac60da66976ea0f6c9b5ee22ff4b435a1ae1ed5412136a9f8d8f568588cb180406: .. ref-code-block:: cpp :class: doxyrest-title-code-block TEST_PATH_EXACT Exact match .. index:: pair: enumvalue; TEST_PATH_GLOB .. _doxid-test__path_8h_1ac60da66976ea0f6c9b5ee22ff4b435a1a054c5dac51399e5d4af65e92e10c0c95: .. ref-code-block:: cpp :class: doxyrest-title-code-block TEST_PATH_GLOB Glob-style match