Skip to content
Snippets Groups Projects

Add a tool to verify runtimes against a mtree manifest

Merged Simon McVittie requested to merge wip/smcv/top-level-mtree into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -49,7 +49,7 @@ ${VALGRIND_FATAL:+--error-exitcode=1} \
--gen-suppressions=all \
--leak-check=full \
--num-callers=20 \
--show-reachable=yes \
${VALGRIND_REACHABLE:+--show-reachable=yes} \
${have_glib_supp:+--suppressions=/usr/share/glib-2.0/valgrind/glib.supp} \
--suppressions="${here}/valgrind.supp" \
--trace-children=yes \
Loading