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_algo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_algo.c b/test/src/runner/test_runner_algo.c
index 8873797..f2afdb3 100644
--- a/test/src/runner/test_runner_algo.c
+++ b/test/src/runner/test_runner_algo.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/13 21:25:52 by cacharle #+# #+# */
-/* Updated: 2020/02/13 21:37:15 by cacharle ### ########.fr */
+/* Updated: 2020/04/04 15:22:43 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -51,6 +51,7 @@ TEST_GROUP_RUNNER(ft_mergesort)
TEST_GROUP_RUNNER(ft_qsort)
{
RUN_TEST_CASE(ft_qsort, basic);
+ RUN_TEST_CASE(ft_qsort, strings);
}
TEST_GROUP_RUNNER(ft_reverse)