diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-02 11:20:44 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-02 11:20:44 +0200 |
| commit | a2452f88fffffe4e2a278578de5ac961858a5b72 (patch) | |
| tree | 794727721e851a3d90cf3d80096bf5585c5de7bd /test/src/main.c | |
| parent | 1925805cc760061d5742f9d215998561fcd45211 (diff) | |
| download | libft-a2452f88fffffe4e2a278578de5ac961858a5b72.tar.gz libft-a2452f88fffffe4e2a278578de5ac961858a5b72.tar.bz2 libft-a2452f88fffffe4e2a278578de5ac961858a5b72.zip | |
Fixed ft_vecgrow, Added ft_vecinsert
Diffstat (limited to 'test/src/main.c')
| -rw-r--r-- | test/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c index 8884f81..ad5c9e8 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -77,6 +77,7 @@ static void run_all_test(void) RUN_TEST_GROUP(ft_vecpop); RUN_TEST_GROUP(ft_vecpush); RUN_TEST_GROUP(ft_vecremove); + RUN_TEST_GROUP(ft_vecinsert); } int main(int argc, const char **argv) |
