struct trc_update_tests_group

Overview

Entry of queue containing information about groups of tests to be updated More…

#include <trc_update.h>

struct trc_update_tests_group {
    // fields

    trc_update_test_entries tests;
    char* path;
    trc_update_rules* rules;

    // methods

    TAILQ_ENTRY(trc_update_tests_group);
};

Detailed Documentation

Entry of queue containing information about groups of tests to be updated

Fields

trc_update_test_entries tests

Related tests

char* path

Path in TRC DB

trc_update_rules* rules

Updating rules

Methods

TAILQ_ENTRY(trc_update_tests_group)

List links