Skip to content

Commit

Permalink
Update memcheck.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Mar 15, 2024
1 parent f73b6f3 commit 918c7b8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/tests/memcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,22 @@ if command -v valgrind >/dev/null; then
{
lzma_Debian_#1342_cond
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
obj:/usr/lib/*/liblzma.so.*
}
{
lzma_Debia_#1342_free
Memcheck:Free
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
obj:/usr/lib/*/liblzma.so.*
}
{
lzma_Debia_#1342_value
Memcheck:Value8
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
obj:/usr/lib/*/liblzma.so.*
}
{
lzma_Debian_#1342_addr
Memcheck:Addr8
obj:/usr/lib/*/liblzma.so.*
}
EOT
) --error-markers=begin,end "./$tool" 2>&1
Expand Down

0 comments on commit 918c7b8

Please sign in to comment.