ca fait bcp la non

This commit is contained in:
airone01
2026-01-24 16:20:53 +01:00
parent 1b48b0bb13
commit 6e652d3b24
20 changed files with 232 additions and 40 deletions

View File

@@ -6,18 +6,26 @@
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/24 15:32:30 by elagouch #+# #+# */
/* Updated: 2026/01/24 15:41:32 by elagouch ### ########.fr */
/* Updated: 2026/01/24 16:16:20 by elagouch ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef TESTS_H
# define TESTS_H
# include "libunit.h"
// LAUNCHERS
int strlen_launcher(void);
int strlen_launcher(void);
// libunit
int test_ok(void);
int test_ko(void);
int test_sigsegv(void);
int test_sigbus(void);
// strlen
int test_basic(void);
int test_null(void);
int test_basic(void);
int test_null(void);
#endif // !TESTS_H