![]() |
FOSSology
4.6.0
Open Source License Compliance by Open Source Software
|
Unit test cases for ExtractLzip() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
| void | testExtractLzipFile () |
| unpack lzip file More... | |
| void | testExtractTlzFile () |
| unpack tlz (tar.lz) file More... | |
| void | testExtractTarLzFile () |
| unpack tar.lz file More... | |
| void | testExtractLzipEmptyParameters () |
| abnormal parameters More... | |
| void | testExtractLzipErrorParameters () |
| abnormal parameters More... | |
Variables | |
| static int | Result = 0 |
| CU_TestInfo | ExtractLzip_testcases [] |
| Lzip test cases. More... | |
Unit test cases for ExtractLzip()
Definition in file test_ununpack-lzip.c.
| void testExtractLzipEmptyParameters | ( | ) |
abnormal parameters
Definition at line 88 of file test_ununpack-lzip.c.
| void testExtractLzipErrorParameters | ( | ) |
abnormal parameters
Definition at line 104 of file test_ununpack-lzip.c.
| void testExtractLzipFile | ( | ) |
unpack lzip file
.lz file using ExtractLzip()Definition at line 24 of file test_ununpack-lzip.c.
| void testExtractTarLzFile | ( | ) |
unpack tar.lz file
.tar.lz archives using ExtractLzip()Definition at line 67 of file test_ununpack-lzip.c.
| void testExtractTlzFile | ( | ) |
unpack tlz (tar.lz) file
.tlz archives using ExtractLzip()Definition at line 46 of file test_ununpack-lzip.c.
| CU_TestInfo ExtractLzip_testcases[] |
Lzip test cases.
Definition at line 120 of file test_ununpack-lzip.c.