aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-31 02:35:26 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-31 02:35:26 +0100
commit64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50 (patch)
tree071aca4286bd3d0166a59642325482997031e745 /test/src/runner
parentb96b82194ccad2cddbb46b77aa1962a57c47ff44 (diff)
downloadlibft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.tar.gz
libft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.tar.bz2
libft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.zip
Removing heapsort tests
Diffstat (limited to 'test/src/runner')
-rw-r--r--test/src/runner/test_runner_algo.c7
1 files changed, 1 insertions, 6 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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);