hstr/tests/test_valgrind.sh

6 lines
75 B
Bash
Raw Normal View History

2017-06-12 14:39:54 +08:00
#!/bin/bash
valgrind --tool=memcheck --leak-check=full ../src/hstr
# eof