Merge branch 'feat/r1'

This commit is contained in:
2026-01-25 12:00:09 +01:00
24 changed files with 236 additions and 143 deletions

View File

@@ -7,6 +7,7 @@ int strncmp_launcher(void)
testlist = NULL;
load_test(&testlist, "OK test", &strncmp_ok_test);
load_test(&testlist, "KO test", &strncmp_ko_test);
res = launch_tests(testlist, "ft_strncmp");
clear_tests(&testlist);
return (res);