#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_valid_odl.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
72 return cmocka_run_group_tests(tests, NULL, NULL);
void test_can_parse_string(UNUSED void **state)
void test_object_has_event(UNUSED void **state)
void test_duplicate_func_name(UNUSED void **state)
void test_can_parse_empty_file(UNUSED void **state)
void test_can_parse_odl_file_no_resolve(UNUSED void **state)
void test_can_parse_odl_file(UNUSED void **state)
void test_can_parse_fd(UNUSED void **state)