index
:
libft.git
cub3d
fractol
ft_ls
ft_select
ft_ssl
malloc
master
minishell
push_swap
rendu
scop
School project: Rewritting some libc functions and adding new ones
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
runner
/
test_runner_str.c
blob: 368c033a9f027656b7a164a61938b4a08c7bddfd (
plain
)
1
2
3
4
5
6
#include
"libft_test.h"
TEST_GROUP_RUNNER
(
ft_strlen
)
{
RUN_TEST_CASE
(
ft_strlen
,
yo
);
}