Code

tests: Suppress valgrind errors found in gcov_exit.
[sysdb.git] / t / valgrind.suppress
diff --git a/t/valgrind.suppress b/t/valgrind.suppress
new file mode 100644 (file)
index 0000000..2861b59
--- /dev/null
@@ -0,0 +1,9 @@
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   fun:gcov_exit
+   fun:__run_exit_handlers
+   fun:exit
+   fun:srunner_run_all
+   fun:main
+}