From 4a4e956c26d2f73534e504c36e2ca6a2617644b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 13 Oct 2024 19:57:49 -0300 Subject: adding tests for the main library --- test/test_itc_valgrind | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/test_itc_valgrind (limited to 'test/test_itc_valgrind') 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 -- cgit v1.2.3