refactor: fix the makefile problems

This commit is contained in:
airone01
2026-01-24 18:46:05 +01:00
parent 22de4eb11a
commit 856739af67
9 changed files with 119 additions and 31 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:20 by elagouch ### ########.fr */
/* Updated: 2026/01/24 18:41:02 by elagouch ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,7 +16,7 @@
# include "libunit.h"
// LAUNCHERS
int strlen_launcher(void);
int libunit_launcher(void);
// libunit
int test_ok(void);
@@ -24,8 +24,4 @@ int test_ko(void);
int test_sigsegv(void);
int test_sigbus(void);
// strlen
int test_basic(void);
int test_null(void);
#endif // !TESTS_H