enum test_path_match

Overview

Style of the test path matching More…

#include <test_path.h>

enum test_path_match {
    TEST_PATH_EXACT,
    TEST_PATH_GLOB,
};

Detailed Documentation

Style of the test path matching

Enum Values

TEST_PATH_EXACT

Exact match

TEST_PATH_GLOB

Glob-style match