mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 02:36:22 +00:00
Added key insert handler tests
This commit is contained in:
@@ -8,4 +8,9 @@ void append_non_wide_to_wide(void **state);
|
||||
void append_wide_to_wide(void **state);
|
||||
|
||||
void append_no_wide_when_overrun(void **state);
|
||||
void append_wide_when_overrun(void **state);
|
||||
void append_wide_when_overrun(void **state);
|
||||
|
||||
void insert_non_wide_to_non_wide(void **state);
|
||||
void insert_wide_to_non_wide(void **state);
|
||||
void insert_non_wide_to_wide(void **state);
|
||||
void insert_wide_to_wide(void **state);
|
||||
Reference in New Issue
Block a user