feat: finally tests

This commit is contained in:
airone01
2026-01-24 15:45:40 +01:00
parent ec0df49e52
commit 760c91c949
9 changed files with 119 additions and 6 deletions

18
tests/main.c Normal file
View File

@@ -0,0 +1,18 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/24 15:40:58 by elagouch #+# #+# */
/* Updated: 2026/01/24 15:41:56 by elagouch ### ########.fr */
/* */
/* ************************************************************************** */
#include "tests.h"
int main(void)
{
strlen_launcher();
}