For internal use only.
Instances of this structure are used to describe a test for tc_path(). Each test is executed by a call to do_test(), which performs the test call and compares the results to the expected values documented by the structure.
Definition at line 48 of file t_tc_path.c.
Data Fields | |
const char * | test |
const char * | path |
const char * | def |
unsigned int | flags |
unsigned int | xret |
int | elem_cnt |
int | elem_loc |
test_elem * | elems |
int | subst_cnt |
treeconf_subst_t * | substs |
|
Default test path. Definition at line 51 of file t_tc_path.c. Referenced by do_test(). |
|
Number of "file" elements. Definition at line 54 of file t_tc_path.c. Referenced by access(), callback(), and do_test(). |
|
Current location in elements array. Definition at line 55 of file t_tc_path.c. Referenced by access(), and callback(). |
|
"File" elements. Definition at line 56 of file t_tc_path.c. Referenced by access(), callback(), and do_test(). |
|
Control flags for tc_path(). Definition at line 52 of file t_tc_path.c. Referenced by do_test(). |
|
Test path. Definition at line 50 of file t_tc_path.c. Referenced by do_test(). |
|
Number of substitutions. Definition at line 57 of file t_tc_path.c. Referenced by do_test(). |
|
Substitutions to pass to tc_path(). Definition at line 58 of file t_tc_path.c. Referenced by do_test(). |
|
Name of the test. Definition at line 49 of file t_tc_path.c. Referenced by access(), callback(), and do_test(). |
|
Expected return value for tc_path(). Definition at line 53 of file t_tc_path.c. Referenced by do_test(). |