Added : valgrind verification for frametest

This commit is contained in:
Yann Collet 2014-09-07 14:15:33 +01:00
parent d1f479fe3a
commit 6b407c65a4

View File

@ -172,7 +172,7 @@ test-fuzzer32: fuzzer32
test-frame: frametest
./frametest
test-mem: lz4 datagen
test-mem: lz4 datagen frametest
./datagen -g16KB > tmp
valgrind ./lz4 -9 -BD -f tmp /dev/null
./datagen -g16MB > tmp
@ -180,6 +180,7 @@ test-mem: lz4 datagen
./datagen -g256MB > tmp
valgrind ./lz4 -B4D -f tmp /dev/null
rm tmp
valgrind ./frametest -i100
test-mem32: lz4c32 datagen
# unfortunately, valgrind doesn't seem to work with non-native binary. If someone knows how to do a valgrind-test on a 32-bits exe with a 64-bits system...