libamxd  6.4.1
Data Model Manager
test_main.c File Reference
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc.h>
#include <amxp/amxp_signal.h>
#include <amxd/amxd_dm.h>
#include "test_amxd_issue_107.h"

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 66 of file test_main.c.

66  {
67  const struct CMUnitTest tests[] = {
69  };
70  return cmocka_run_group_tests(tests, test_amxd_setup, test_amxd_teardown);
71 }
int test_amxd_setup(UNUSED void **state)
int test_amxd_teardown(UNUSED void **state)
void test_amxd_can_use_for_all_on_singleton(UNUSED void **state)