Merge branch 'feat/r1'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user