mirror of
https://github.com/lz4/lz4.git
synced 2024-11-24 10:24:00 +08:00
minor memtest correction
This commit is contained in:
parent
3060277a4a
commit
7dd50ed2f6
@ -196,7 +196,7 @@ test-mem: lz4 datagen fuzzer frametest
|
||||
./datagen -g256MB > tmp
|
||||
valgrind --leak-check=yes ./lz4 -B4D -f -vq tmp /dev/null
|
||||
rm tmp
|
||||
valgrind --leak-check=yes ./fuzzer -i64 -t0
|
||||
valgrind --leak-check=yes ./fuzzer -i64 -t1
|
||||
valgrind --leak-check=yes ./frametest -i256
|
||||
|
||||
test-mem32: lz4c32 datagen
|
||||
|
Loading…
Reference in New Issue
Block a user