Skip to content
Snippets Groups Projects
Commit 441fe346 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

test-extra: enable verbose mode in valgrind

parent 40857cc7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ debug = False
valgrind_bin = get_binary("KNOT_TEST_VALGRIND", "valgrind")
# KNOT_TEST_VALGRIND_FLAGS - valgrind flags.
valgrind_flags = get_param("KNOT_TEST_VALGRIND_FLAGS",
"--leak-check=full --track-origins=yes --vgdb=yes")
"--leak-check=full --track-origins=yes --vgdb=yes " +
"--verbose")
# KNOT_TEST_GDB - gdb binary.
gdb_bin = get_binary("KNOT_TEST_GDB", "gdb")
# KNOT_TEST_VGDB - vgdb binary.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment