Added : valgrind verification for frametest
This commit is contained in:
parent
d1f479fe3a
commit
6b407c65a4
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user