![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
Unit test cases for Nomos. More...
#include <libfocunit.h>#include <stdio.h>#include <assert.h>#include <CUnit/CUnit.h>#include <CUnit/Automated.h>#include "nomos.h"#include "util.h"#include "list.h"#include "licenses.h"#include "process.h"#include "nomos_regex.h"#include "_autodefs.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| licText_t | licText [] |
| struct globals | gl |
| struct curScan | cur |
| CU_TestInfo | nomos_gap_testcases [] |
| CU_TestInfo | doctorBuffer_testcases [] |
| CU_SuiteInfo | suites [] |
| all test suites for delagent More... | |
Unit test cases for Nomos.
Definition in file run_tests.c.
|
extern |
Defined in _autodata.c
| CU_SuiteInfo 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.
fossscheduler_testcases all test suites for delagent
Definition at line 46 of file run_tests.c.