Macros | |
#define | num_ext_tests (sizeof (ext_tests) / sizeof (ext_tests[0])) |
#define | num_path_tests (sizeof (path_tests) / sizeof (path_tests[0])) |
#define | num_strip_tests (sizeof (strip_tests) / sizeof (strip_tests[0])) |
Functions | |
int | main (int argc, const char **argv) |
Variables | |
struct { | |
int expect_offset | |
const char * path | |
} | ext_tests [] |
struct { | |
const char * expect | |
const char * path | |
} | path_tests [] |
struct { | |
const char * expect | |
const char * path | |
} | strip_tests [] |
#define num_path_tests (sizeof (path_tests) / sizeof (path_tests[0])) |
#define num_strip_tests (sizeof (strip_tests) / sizeof (strip_tests[0])) |
const char* expect |
int expect_offset |
struct { ... } ext_tests[] |
const char* path |
struct { ... } path_tests[] |
struct { ... } strip_tests[] |