mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4a35689216
commit
00835b92be
1 changed files with 4 additions and 2 deletions
|
|
@ -170,11 +170,13 @@ CONSOLE_APP_MAIN
|
|||
|
||||
fclose(outFp);
|
||||
fclose(inpFp);
|
||||
RDUMP(GetFileLength(file));
|
||||
RDUMP(GetFileLength(lz4));
|
||||
}
|
||||
|
||||
// decompress
|
||||
{
|
||||
RTIMESTOP("Decompress");
|
||||
{ RTIMESTOP("Decompress");
|
||||
FILE* inpFp = fopen(lz4, "rb");
|
||||
FILE* outFp = fopen(dec, "wb");
|
||||
|
||||
|
|
@ -183,7 +185,7 @@ CONSOLE_APP_MAIN
|
|||
|
||||
fclose(outFp);
|
||||
fclose(inpFp);
|
||||
|
||||
}
|
||||
ASSERT(FilesEqual(file, dec));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue