#include <argpar.h>
#include <check.h>
#include <errno.h>
#include <ftw.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ START_TEST() [1/20]
END_TEST START_TEST |
( |
accept_any |
| ) |
|
◆ START_TEST() [2/20]
END_TEST START_TEST |
( |
aliases |
| ) |
|
◆ START_TEST() [3/20]
END_TEST START_TEST |
( |
auto_help |
| ) |
|
◆ START_TEST() [4/20]
◆ START_TEST() [5/20]
END_TEST START_TEST |
( |
dbl_errors |
| ) |
|
◆ START_TEST() [6/20]
END_TEST START_TEST |
( |
int_errors |
| ) |
|
◆ START_TEST() [7/20]
START_TEST |
( |
no_args_usage |
| ) |
|
◆ START_TEST() [8/20]
END_TEST START_TEST |
( |
no_key_args |
| ) |
|
◆ START_TEST() [9/20]
END_TEST START_TEST |
( |
no_keyargs |
| ) |
|
◆ START_TEST() [10/20]
END_TEST START_TEST |
( |
no_keyargs_parfile |
| ) |
|
◆ START_TEST() [11/20]
END_TEST START_TEST |
( |
no_real_args |
| ) |
|
◆ START_TEST() [12/20]
END_TEST START_TEST |
( |
parfile1 |
| ) |
|
◆ START_TEST() [13/20]
END_TEST START_TEST |
( |
parse_parfile |
| ) |
|
◆ START_TEST() [14/20]
END_TEST START_TEST |
( |
parse_parfile_in_child |
| ) |
|
◆ START_TEST() [15/20]
END_TEST START_TEST |
( |
skip_parfiles |
| ) |
|
◆ START_TEST() [16/20]
END_TEST START_TEST |
( |
split_dbl |
| ) |
|
◆ START_TEST() [17/20]
END_TEST START_TEST |
( |
split_int |
| ) |
|
◆ START_TEST() [18/20]
END_TEST START_TEST |
( |
split_strings |
| ) |
|
◆ START_TEST() [19/20]
END_TEST START_TEST |
( |
split_strings_trim |
| ) |
|
◆ START_TEST() [20/20]
END_TEST START_TEST |
( |
unknown_option |
| ) |
|
◆ stub_suite()
END_TEST Suite* stub_suite |
( |
void |
| ) |
|
◆ argpar_ostream
Used as the stream for printing help and usage messages. Defaults to STDERR.
Used as the stream for printing help and usage messages. Defaults to STDERR.
Definition at line 15 of file argpar.c.
◆ argpar_program_name
const char* argpar_program_name = "argpar-test" |
Used as a default for the program's invocation name if one is not found.
Used as a default for the program's invocation name if one is not found.
Definition at line 16 of file argpar.c.
◆ children
◆ params
argpar params = { options, parse_options, args_doc, doc } |
◆ params_parent
argpar params_parent = { options_parent, parse_options_parent, args_doc_parent, doc_parent, children } |
◆ stdout_file