Bug fixes
This commit is contained in:
parent
4e281ddd08
commit
0b8789ebbc
4 changed files with 33 additions and 13 deletions
|
@ -4,12 +4,16 @@
|
|||
|
||||
const char* names[] = {
|
||||
"test_new_from_string",
|
||||
"test_full"
|
||||
"test_full",
|
||||
"test_hex_to_var",
|
||||
"test_int_to_hex"
|
||||
};
|
||||
|
||||
int (*funcs[])(void) = {
|
||||
test_new_from_string,
|
||||
test_full
|
||||
test_full,
|
||||
test_hex_to_var,
|
||||
test_int_to_hex
|
||||
};
|
||||
|
||||
int testit(const char* name, int (*func)(void)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue