enum trc_test_type

Overview

Types of tests More…

#include <trc_db.h>

enum trc_test_type {
    TRC_TEST_UNKNOWN = 0,
    TRC_TEST_SCRIPT,
    TRC_TEST_SESSION,
    TRC_TEST_PACKAGE,
};

Detailed Documentation

Types of tests

Enum Values

TRC_TEST_UNKNOWN

Unknown (not initialized) test type

TRC_TEST_SCRIPT

Standalone script-executable

TRC_TEST_SESSION

Group of tests

TRC_TEST_PACKAGE

Group of tests described in a separate file