mirror of
https://github.com/lz4/lz4.git
synced 2024-12-03 06:43:43 +08:00
new memory leak test for fullbench using multi-files
This commit is contained in:
parent
2c7988761d
commit
da117257f5
@ -251,7 +251,7 @@ test-mem: lz4 datagen fuzzer frametest fullbench
|
||||
valgrind --leak-check=yes ./lz4 -9 -B5D -f tmp tmp2
|
||||
valgrind --leak-check=yes ./lz4 -t tmp2
|
||||
valgrind --leak-check=yes ./lz4 -bi1 tmp
|
||||
valgrind --leak-check=yes ./fullbench -i1 tmp
|
||||
valgrind --leak-check=yes ./fullbench -i1 tmp tmp2
|
||||
./datagen -g256MB > tmp
|
||||
valgrind --leak-check=yes ./lz4 -B4D -f -vq tmp $(VOID)
|
||||
rm tmp*
|
||||
|
Loading…
Reference in New Issue
Block a user