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>
. $srcdir/test-subr.sh
+# This test just takes way too long under valgrind
+unset VALGRIND_CMD
+
# uncompress -> gnucompress -> uncompress -> elfcompress -> uncompress
testrun_elfcompress_file()
{
. $srcdir/test-subr.sh
+# This test just takes way too long under valgrind
+unset VALGRIND_CMD
+
# Only run on 64bit systems, 32bit systems don't support > 4GB
# ELF files.
long_bit=$(getconf LONG_BIT)