diff --git a/test/compilation/003-sanitizers b/test/compilation/003-sanitizers index 9287223..73bb1c8 100755 --- a/test/compilation/003-sanitizers +++ b/test/compilation/003-sanitizers @@ -2,7 +2,7 @@ # Run the unit and simulation tests with different compiler sanitizers # and under valgrind -valgrind_opts="--leak-check=full --errors-for-leak-kinds=definite" +valgrind_opts="--leak-check=full --errors-for-leak-kinds=definite --track-fds=yes" cd ../..