aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/runner')
-rw-r--r--test/src/runner/test_runner_vec.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_vec.c b/test/src/runner/test_runner_vec.c
index af91360..e0d3008 100644
--- a/test/src/runner/test_runner_vec.c
+++ b/test/src/runner/test_runner_vec.c
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/01 19:55:53 by charles #+# #+# */
-/* Updated: 2020/04/01 19:58:25 by charles ### ########.fr */
+/* Updated: 2020/04/01 22:49:28 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -43,3 +43,8 @@ TEST_GROUP_RUNNER(ft_vecpush)
RUN_TEST_CASE(ft_vecpush, basic);
}
+TEST_GROUP_RUNNER(ft_vecremove)
+{
+ RUN_TEST_CASE(ft_vecremove, basic);
+}
+