diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-13 23:15:16 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-13 23:15:16 +0100 |
| commit | adbcf69ed50ea3896d4bbe863ea5d214ae5a0299 (patch) | |
| tree | 4865b665e44711b7675c78a4152985ea451eca79 /test/include | |
| parent | 7d626e7e9638d7e85c3dacce8a4aee009850a1a2 (diff) | |
| download | libft-adbcf69ed50ea3896d4bbe863ea5d214ae5a0299.tar.gz libft-adbcf69ed50ea3896d4bbe863ea5d214ae5a0299.tar.bz2 libft-adbcf69ed50ea3896d4bbe863ea5d214ae5a0299.zip | |
Added tests for algo*, fixing ft_bsearch and ft_mergesort
Diffstat (limited to 'test/include')
| -rw-r--r-- | test/include/libft_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
