Adding walgrind test.

This commit is contained in:
Martin Dvorak 2017-06-12 08:39:54 +02:00
parent 4d8b7bac91
commit 3edff1f415

5
tests/test_valgrind.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
valgrind --tool=memcheck --leak-check=full ../src/hstr
# eof