From adbcf69ed50ea3896d4bbe863ea5d214ae5a0299 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 13 Feb 2020 23:15:16 +0100 Subject: Added tests for algo*, fixing ft_bsearch and ft_mergesort --- test/include/libft_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/include') diff --git a/test/include/libft_test.h b/test/include/libft_test.h index f710c7d..85aa7d9 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -11,6 +11,7 @@ # include "unity.h" # include "unity_fixture.h" # include "libft.h" +# include "libft_algo.h" # include "libft_ht.h" # include "helper/helper_segfault.h" -- cgit