diff options
Diffstat (limited to 'test/test_itc_valgrind')
-rwxr-xr-x | test/test_itc_valgrind | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_itc_valgrind b/test/test_itc_valgrind new file mode 100755 index 0000000..eeace9a --- /dev/null +++ b/test/test_itc_valgrind @@ -0,0 +1,3 @@ +#!/bin/sh + +valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes ./test_itc |