FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
testRun.c File Reference

main function for in this testing module More...

#include "testRun.h"
Include dependency graph for testRun.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

CU_SuiteInfo suites []
 all test suites for wget agent More...
 

Detailed Description

main function for in this testing module

Definition in file testRun.c.

Variable Documentation

CU_SuiteInfo suites[]
Initial value:
= {
{"Utiliies", NULL, NULL, testcases_Utiliies},
CU_SUITE_INFO_NULL
}
int GetURLClean()
clean the env
Definition: testGetURL.c:53
int GetURLInit()
initialize
Definition: testGetURL.c:46
CU_TestInfo testcases_DBLoadGold[]
testcases for function DBLoadGold
CU_TestInfo testcases_SetEnv[]
testcases for function SetEnv
Definition: testSetEnv.c:78
int SetEnvInit()
initialize
Definition: testSetEnv.c:36
CU_TestInfo testcases_Utiliies[]
testcases for function SetEnv
int DBLoadGoldClean()
Clean the env.
CU_TestInfo testcases_GetURL[]
testcases for function GetURL
Definition: testGetURL.c:111
int SetEnvClean()
clean the env
Definition: testSetEnv.c:48
int DBLoadGoldInit()
initialize

all test suites for wget agent

all test suites for delagent

Definition at line 41 of file testRun.c.