Skip to content
Snippets Groups Projects
Commit c6b312a2 authored by Libor Peltan's avatar Libor Peltan
Browse files

tests-extra: dynamic linking doesn't prevent proper valgrinding

parent f38e7f55
Branches
Tags
1 merge request!632tests-extra: dynamic linking doesn't prevent proper valgrinding
......@@ -41,9 +41,9 @@ debug = False
# KNOT_TEST_VALGRIND - valgrind binary if defined.
valgrind_bin = get_binary("KNOT_TEST_VALGRIND", "valgrind")
# KNOT_TEST_VALGRIND_FLAGS - valgrind flags.
# Server settings: "--leak-check=full --track-origins=yes --vgdb=yes --verbose"
# Server settings: "--leak-check=full --track-origins=yes --vgdb=yes --verbose --trace-children=yes --trace-children-skip=/usr/*sh,/bin/*sh"
valgrind_flags = get_param("KNOT_TEST_VALGRIND_FLAGS",
"--leak-check=full --show-leak-kinds=all --vgdb=yes --verbose")
"--leak-check=full --show-leak-kinds=all --vgdb=yes --verbose --trace-children=yes --trace-children-skip=/usr/*sh,/bin/*sh")
# KNOT_TEST_GDB - gdb binary.
gdb_bin = get_binary("KNOT_TEST_GDB", "gdb")
# KNOT_TEST_VGDB - vgdb binary.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment