mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-27 09:53:11 +08:00
Adding walgrind test.
This commit is contained in:
parent
4d8b7bac91
commit
3edff1f415
1 changed files with 5 additions and 0 deletions
5
tests/test_valgrind.sh
Executable file
5
tests/test_valgrind.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
valgrind --tool=memcheck --leak-check=full ../src/hstr
|
||||
|
||||
# eof
|
Loading…
Reference in a new issue