FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit test cases for Isxxx functions. More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
void | testIsDebianSourceFile () |
function IsDebianSourceFile(char *Filename) More... | |
void | testIsNotDebianSourceFile () |
function IsDebianSourceFile(char *Filename) More... | |
void | testIsExeFile () |
function IsExe(char *Filename) More... | |
void | testIsNotExeFile () |
function IsExe(char *Filename) More... | |
Variables | |
static int | Result = 0 |
CU_TestInfo | IsFunctions_testcases [] |
Isxxx() test cases. More... | |
Unit test cases for Isxxx functions.
Definition in file test_IsFunctions.c.
void testIsDebianSourceFile | ( | ) |
function IsDebianSourceFile(char *Filename)
Definition at line 19 of file test_IsFunctions.c.
void testIsExeFile | ( | ) |
function IsExe(char *Filename)
Definition at line 45 of file test_IsFunctions.c.
void testIsNotDebianSourceFile | ( | ) |
function IsDebianSourceFile(char *Filename)
Definition at line 32 of file test_IsFunctions.c.
void testIsNotExeFile | ( | ) |
function IsExe(char *Filename)
Definition at line 58 of file test_IsFunctions.c.
CU_TestInfo IsFunctions_testcases[] |
Isxxx() test cases.
Definition at line 69 of file test_IsFunctions.c.