hstr/tests/test_valgrind.sh
2017-06-12 08:40:28 +02:00

5 lines
75 B
Bash
Executable file

#!/bin/bash
valgrind --tool=memcheck --leak-check=full ../src/hstr
# eof