#!/bin/sh
make
valgrind --tool=memcheck --leak-check=yes --suppressions=/usr/lib/valgrind/glibc-2.3.supp --suppressions=/usr/lib/valgrind/tifiles2.supp ./test_tifiles_2
