Skip to content

Commit

Permalink
adding ft_do_move_with_costs file into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jun 26, 2024
1 parent b7a36ba commit a29b495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _ci_tdd/test_files/test_main_miunit.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/09 19:06:12 by umeneses #+# #+# */
/* Updated: 2024/06/25 17:26:40 by umeneses ### ########.fr */
/* Updated: 2024/06/26 14:06:06 by umeneses ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -28,6 +28,7 @@
#include "../../program_to_test/src/ft_do_rotate_fts.c"
#include "../../program_to_test/src/ft_do_swap_fts.c"
#include "../../program_to_test/src/ft_do_sort.c"
#include "../../program_to_test/src/ft_do_move_with_cost.c"
#include "../../program_to_test/src/ft_sort_until3.c"
#include "../../program_to_test/src/ft_sort_until4.c"
#include "../../program_to_test/src/ft_sort_5_or_more.c"
Expand Down Expand Up @@ -542,8 +543,7 @@ MU_TEST(test_1st_miastep_final_pos_index)

stack = ft_lts_buildstack_argv(&stack, argv_simulation);
ft_lst_map_actual_position(&stack);
ft_lst_map_final_pos(&stack, expected_size);

ft_lst_map_final_pos(&stack, expected_size + 1);
actual_size = ft_lst_size(stack);
actual_top_a = ft_lst_goto_head(stack)->nbr;
actual_highest_final_pos = 0;
Expand Down

0 comments on commit a29b495

Please sign in to comment.