aboutsummaryrefslogtreecommitdiff
path: root/test/test_libft.h
blob: aa23e54f6314271165df0fb9a7ac4e6f5c6b1a6d (plain)
1
2
3
4
5
6
7
8
9
#ifndef TEST_LIBFT_H
# define TEST_LIBFT_H

# include "ctest.h"
# include "libft.h"

TEST(ft_strlen);

#endif