FOSSology  4.4.0
Open Source License Compliance by Open Source Software
testRun.h
1 /*
2  SPDX-FileCopyrightText: © 2011 Hewlett-Packard Development Company, L.P.
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 
7 #ifndef RUN_TESTS_H
8 #define RUN_TESTS_H
9 
10 #include "libfocunit.h"
11 
12 /* for wget_agent.c, start */
13 extern CU_TestInfo testcases_GetURL[];
14 extern CU_TestInfo testcases_SetEnv[];
15 extern CU_TestInfo testcases_Utiliies[];
16 extern CU_TestInfo testcases_DBLoadGold[];
17 
18 /* GetURL */
19 extern int GetURLInit();
20 extern int GetURLClean();
21 
22 /* SetEvn */
23 extern int SetEnvInit();
24 extern int SetEnvClean();
25 
26 /* DBLoadGold */
27 extern int DBLoadGoldInit();
28 extern int DBLoadGoldClean();
29 
30 /* for wget_agent.c, end */
31 
32 #endif
CU_TestInfo testcases_DBLoadGold[]
testcases for function DBLoadGold
int DBLoadGoldInit()
initialize
int DBLoadGoldClean()
Clean the env.
CU_TestInfo testcases_GetURL[]
testcases for function GetURL
Definition: testGetURL.c:100
int GetURLClean()
clean the env
Definition: testGetURL.c:42
int GetURLInit()
initialize
Definition: testGetURL.c:35
int SetEnvInit()
initialize
Definition: testSetEnv.c:25
int SetEnvClean()
clean the env
Definition: testSetEnv.c:37
CU_TestInfo testcases_SetEnv[]
testcases for function SetEnv
Definition: testSetEnv.c:67
CU_TestInfo testcases_Utiliies[]
testcases for function SetEnv