Skip to content

Commit

Permalink
fixing program's path to be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jul 5, 2024
1 parent c3da14a commit c03257d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ci_tdd/cadet_python_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
É necessário ter o `checker_linux` no mesmo lugar do `push_swap`
"""

push_swap_path = "../push_swap"
checker_path = "../checker_linux"
push_swap_path = "../program_to_test/push_swap"
checker_path = "../program_to_test/checker_linux"
run_with_valgrind = False # Mude para True se quiser rodar com o valgrind

# Aqui você deve por por quais quantidade de número vc deseja testar
Expand Down

0 comments on commit c03257d

Please sign in to comment.