FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
main function for in this testing module More...
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <unistd.h>
#include "CUnit/CUnit.h"
#include "CUnit/Automated.h"
#include "testRun.h"
Go to the source code of this file.
Functions | |
char * | getUser () |
Helper function to get db owner. More... | |
int | DelagentDBInit () |
initialize db More... | |
int | DelagentClean () |
clean db | |
int | DelagentInit () |
init db and repo More... | |
int | main (int argc, char *argv[]) |
main test function | |
Variables | |
char * | DBConfFile = NULL |
CU_SuiteInfo | suites [] |
all test suites for delagent More... | |
main function for in this testing module
Definition in file testRun.c.
int DelagentDBInit | ( | ) |
int DelagentInit | ( | ) |
char* getUser | ( | ) |