From 1925805cc760061d5742f9d215998561fcd45211 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 23:02:59 +0200 Subject: Added ft_vecremove, Updated README.md --- test/src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/src/main.c') 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) -- cgit