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

@@ -6,7 +6,7 @@
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/24 15:32:30 by elagouch #+# #+# */
/* Updated: 2026/01/24 16:16:13 by elagouch ### ########.fr */
/* Updated: 2026/01/24 18:40:48 by elagouch ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,9 +15,15 @@
# include "libunit.h"
// LAUNCHERS
int strlen_launcher(void);
int atoi_launcher(void);
int strncmp_launcher(void);
// strlen
int test_basic(void);
int test_null(void);
int test_basic(void);
int test_null(void);
int test_large(void);
// atoi
int atoi_ok_test(void);
@@ -27,6 +33,7 @@ int atoi_sigbus_test(void);
//strncmp
int strncmp_ok_test(void);
int strncmp_ko_test(void);
#endif // !TESTS_H