From 64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 31 Jan 2021 02:35:26 +0100 Subject: Removing heapsort tests --- test/src/runner/test_runner_algo.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/src/runner/test_runner_algo.c') diff --git a/test/src/runner/test_runner_algo.c b/test/src/runner/test_runner_algo.c index f2afdb3..1888479 100644 --- a/test/src/runner/test_runner_algo.c +++ b/test/src/runner/test_runner_algo.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/13 21:25:52 by cacharle #+# #+# */ -/* Updated: 2020/04/04 15:22:43 by charles ### ########.fr */ +/* Updated: 2021/01/31 02:32:42 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -23,11 +23,6 @@ TEST_GROUP_RUNNER(ft_compar_int) RUN_TEST_CASE(ft_compar_int, basic); } -TEST_GROUP_RUNNER(ft_heapsort) -{ - RUN_TEST_CASE(ft_heapsort, basic); -} - TEST_GROUP_RUNNER(ft_is_set) { RUN_TEST_CASE(ft_is_set, basic); -- cgit