git/t/unit-tests/clar.suite

extern void test_ctype__isspace(void);
extern void test_ctype__isdigit(void);
extern void test_ctype__isalpha(void);
extern void test_ctype__isalnum(void);
extern void test_ctype__is_glob_special(void);
extern void test_ctype__is_regex_special(void);
extern void test_ctype__is_pathspec_magic(void);
extern void test_ctype__isascii(void);
extern void test_ctype__islower(void);
extern void test_ctype__isupper(void);
extern void test_ctype__iscntrl(void);
extern void test_ctype__ispunct(void);
extern void test_ctype__isxdigit(void);
extern void test_ctype__isprint(void);
extern void test_strvec__init(void);
extern void test_strvec__dynamic_init(void);
extern void test_strvec__clear(void);
extern void test_strvec__push(void);
extern void test_strvec__pushf(void);
extern void test_strvec__pushl(void);
extern void test_strvec__pushv(void);
extern void test_strvec__replace_at_head(void);
extern void test_strvec__replace_at_tail(void);
extern void test_strvec__replace_in_between(void);
extern void test_strvec__replace_with_substring(void);
extern void test_strvec__remove_at_head(void);
extern void test_strvec__remove_at_tail(void);
extern void test_strvec__remove_in_between(void);
extern void test_strvec__pop_empty_array(void);
extern void test_strvec__pop_non_empty_array(void);
extern void test_strvec__split_empty_string(void);
extern void test_strvec__split_single_item(void);
extern void test_strvec__split_multiple_items(void);
extern void test_strvec__split_whitespace_only(void);
extern void test_strvec__split_multiple_consecutive_whitespaces(void);
extern void test_strvec__detach(void);
static const struct clar_func _clar_cb_ctype[] =;
static const struct clar_func _clar_cb_strvec[] =;
static struct clar_suite _clar_suites[] =;
static const size_t _clar_suite_count =;
static const size_t _clar_callback_count =;