FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit test cases for Prune() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
int | PruneInit () |
initialize | |
int | PruneClean () |
clean env and others | |
void | testPruneFileFileSzieIs0 () |
regular file, size is 0 More... | |
void | testPruneRegFile () |
regular file, size is great than 0 More... | |
Variables | |
static char * | Fname = "" |
struct stat | Statf |
static char * | Dst = NULL |
static int | Result = 0 |
CU_TestInfo | Prune_testcases [] |
Prune() test cases. More... | |
Unit test cases for Prune()
Definition in file test_Prune.c.
void testPruneFileFileSzieIs0 | ( | ) |
regular file, size is 0
Definition at line 44 of file test_Prune.c.
void testPruneRegFile | ( | ) |
regular file, size is great than 0
Definition at line 63 of file test_Prune.c.
CU_TestInfo Prune_testcases[] |
Prune() test cases.
Definition at line 99 of file test_Prune.c.