![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|
Unit test cases for ExtractZstd() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
| void | testExtractZstdFile () |
| unpack ZSTd file More... | |
| void | testExtractZstlz4File () |
| unpack lz4 file More... | |
| void | testExtractZstlzmaFile () |
| unpack lzma file More... | |
| void | testExtractZst4EmptyParameters () |
| abnormal parameters More... | |
| void | testExtractZst4ErrorParameters () |
| abnormal parameters More... | |
Variables | |
| static int | Result = 0 |
| CU_TestInfo | ExtractZstd_testcases [] |
| Zstd test cases. More... | |
Unit test cases for ExtractZstd()
Definition in file test_ununpack-zstd.c.
| void testExtractZst4EmptyParameters | ( | ) |
abnormal parameters
Definition at line 78 of file test_ununpack-zstd.c.
| void testExtractZst4ErrorParameters | ( | ) |
abnormal parameters
null_file archives using ExtractZst()Definition at line 93 of file test_ununpack-zstd.c.
| void testExtractZstdFile | ( | ) |
unpack ZSTd file
.zst file using ExtractZstd()Definition at line 21 of file test_ununpack-zstd.c.
| void testExtractZstlz4File | ( | ) |
unpack lz4 file
.lz4 archives using ExtractZst()Definition at line 40 of file test_ununpack-zstd.c.
| void testExtractZstlzmaFile | ( | ) |
unpack lzma file
.lzma archives using ExtractZst()Definition at line 59 of file test_ununpack-zstd.c.
| CU_TestInfo ExtractZstd_testcases[] |
Zstd test cases.
Definition at line 108 of file test_ununpack-zstd.c.