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.
|
char * | DBConfFile = NULL |
|
CU_SuiteInfo | suites [] |
| all test suites for delagent More...
|
|
main function for in this testing module
Definition in file testRun.c.
◆ DelagentDBInit()
initialize db
- Returns
- 0 on success, -1 otherwise
Definition at line 56 of file testRun.c.
◆ DelagentInit()
init db and repo
- Returns
- 0 on success, -1 otherwise
Definition at line 111 of file testRun.c.
◆ getUser()
Helper function to get db owner.
- Returns
- Owner of the database
Definition at line 29 of file testRun.c.
◆ suites
all test suites for delagent
array of every test suite. There should be at least one test suite for every library includes in libfossology.
- Todo:
- Fix
fossscheduler_testcases
all test suites for delagent
- Todo:
- tests_job is not running
Definition at line 36 of file testRun.h.