diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 23:02:59 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 23:02:59 +0200 |
| commit | 1925805cc760061d5742f9d215998561fcd45211 (patch) | |
| tree | 93d91a465d16a020aca9ebd11b5eed32f5e67af0 /test/src/main.c | |
| parent | a1675f56b35f5521a91851bae8ca650706374ae6 (diff) | |
| download | libft-1925805cc760061d5742f9d215998561fcd45211.tar.gz libft-1925805cc760061d5742f9d215998561fcd45211.tar.bz2 libft-1925805cc760061d5742f9d215998561fcd45211.zip | |
Added ft_vecremove, Updated README.md
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 83e8d5f..8884f81 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -76,6 +76,7 @@ static void run_all_test(void) RUN_TEST_GROUP(ft_vecnew); RUN_TEST_GROUP(ft_vecpop); RUN_TEST_GROUP(ft_vecpush); + RUN_TEST_GROUP(ft_vecremove); } int main(int argc, const char **argv) |
