struct tapi_gtest

Overview

GTest handler More…

#include <tapi_gtest.h>

struct tapi_gtest {
    // fields

    const char* bin;
    const char* group;
    const char* name;
    tapi_gtest_opts opts;
    tapi_gtest_impl impl;
};

Detailed Documentation

GTest handler

Fields

const char* bin

Path to GTest binary

const char* group

Group name in GTest

const char* name

Test name in GTest

tapi_gtest_opts opts

Options for Gtest binary

tapi_gtest_impl impl

Internal implementation struct