aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_ft_strlen_runner.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);
}