docker build . -t valgrind
docker run -it --rm -v $(pwd):/code valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./minishell
# or
docker run -it --rm -v $PWD:/code solareenlo/ubuntu-valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./minishell
-
Notifications
You must be signed in to change notification settings - Fork 0
solareenlo/docker-ubuntu-valgrind
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published