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