FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
testRun.h
1 /*********************************************************************
2 Copyright (C) 2011 Hewlett-Packard Development Company, L.P.
3 
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 version 2 as published by the Free Software Foundation.
7 
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 
13 You should have received a copy of the GNU General Public License along
14 with this program; if not, write to the Free Software Foundation, Inc.,
15 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 *********************************************************************/
17 
18 #ifndef RUN_TESTS_H
19 #define RUN_TESTS_H
20 
21 #include "libfocunit.h"
22 
23 /* for wget_agent.c, start */
24 extern CU_TestInfo testcases_GetURL[];
25 extern CU_TestInfo testcases_SetEnv[];
26 extern CU_TestInfo testcases_Utiliies[];
27 extern CU_TestInfo testcases_DBLoadGold[];
28 
29 /* GetURL */
30 extern int GetURLInit();
31 extern int GetURLClean();
32 
33 /* SetEvn */
34 extern int SetEnvInit();
35 extern int SetEnvClean();
36 
37 /* DBLoadGold */
38 extern int DBLoadGoldInit();
39 extern int DBLoadGoldClean();
40 
41 /* for wget_agent.c, end */
42 
43 #endif
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