aboutsummaryrefslogtreecommitdiff
path: root/test/include/libft_test.h
blob: 1c5ebb5f891016ff1e73d2b89ca30743910b235c (plain)
1
2
3
4
5
6
7
8
#ifndef LIBFT_TEST_H
# define LIBFT_TEST_H

# include "unity.h"
# include "unity_fixture.h"
# include "libft.h"

#endif