struct test_var_arg_list

Overview

Information about run item variable/argument list. More…

#include <tester_conf.h>

struct test_var_arg_list {
    // fields

    const char* name;
    unsigned int len;
    unsigned int n_iters;

    // methods

    SLIST_ENTRY(test_var_arg_list);
};

Detailed Documentation

Information about run item variable/argument list.

Fields

const char* name

Name of the list

unsigned int len

Length of the list

unsigned int n_iters

Number of outer iterations of the list

Methods

SLIST_ENTRY(test_var_arg_list)

Linked list links