This commit is contained in:
Loic Deridder
2025-02-12 15:53:22 +01:00
parent e6ef9f494b
commit e60a03293e
3 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
make && valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --suppressions=valgrind.supp -s ./minishell
make && valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --trace-children=yes --track-fds=all --suppressions=valgrind.supp -s ./minishell