struct test_suite_info

Overview

Information about Test Suite More…

#include <tester_build.h>

struct test_suite_info {
    // fields

    char* name;
    char* src;
    char* bin;

    // methods

    TAILQ_ENTRY(test_suite_info);
};

Detailed Documentation

Information about Test Suite

Fields

char* name

Name of the Test Suite

char* src

Path where Test Suite sources are located

char* bin

Path where Test Suite executables are located

Methods

TAILQ_ENTRY(test_suite_info)

List links