]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Disable valgrind for run-large-elf-file and run-compress-test
authorMark Wielaard <mark@klomp.org>
Thu, 18 Dec 2025 15:35:06 +0000 (16:35 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 18 Dec 2025 23:11:53 +0000 (00:11 +0100)
commit00504f89a8900951b7e5e56bada50e0740ad19c7
treef6587a78a4b97401bdf2a5168a344e1aa1504906
parentde1594c5ed382119255079e23022dc35aab85824
tests: Disable valgrind for run-large-elf-file and run-compress-test

Both run-compress-test and run-large-elf-file create really big
files. Processing these under valgrind take a very long time. To
encourage more testing under valgrind memcheck or helgrind disable
valgrind for these two test so people don't have to wait 10 minutes
for make check results.

* tests/run-compress-test.sh: Unset VALGRIND_CMD.
* tests/run-large-elf-file.sh: Likewise.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/run-compress-test.sh
tests/run-large-elf-file.sh