ADD: strncmp unit test
This commit is contained in:
@@ -6,7 +6,7 @@ int strncmp_launcher(void)
|
||||
size_t res;
|
||||
|
||||
testlist = NULL;
|
||||
load_test(&testlist, "OK test", &atoi_ok_test);
|
||||
load_test(&testlist, "OK test", &strncmp_ok_test);
|
||||
res = launch_tests(testlist, "ft_strncmp");
|
||||
clear_tests(&testlist);
|
||||
return (res);
|
||||
|
||||
Reference in New Issue
Block a user