aboutsummaryrefslogtreecommitdiff
path: root/test/main_test.c
blob: 6b74ac4040b972ef004563bbf9d24bb5edaec49d (plain)
1
2
3
4
5
6
7
#include "test_libft.h"

int main(void)
{
	TEST_CALL(ft_strlen);
	return 0;
}