FIX: ft_atoi names + strncmp test WIP
This commit is contained in:
14
real_tests/ft_strncmp/00_launcher.c
Normal file
14
real_tests/ft_strncmp/00_launcher.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "../tests.h"
|
||||
|
||||
int strncmp_launcher(void)
|
||||
{
|
||||
t_unit_test *testlist;
|
||||
size_t res;
|
||||
|
||||
testlist = NULL;
|
||||
load_test(&testlist, "OK test", &atoi_ok_test);
|
||||
res = launch_tests(testlist, "ft_strncmp");
|
||||
clear_tests(&testlist);
|
||||
return (res);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user