libamxc  1.10.3
C Generic Data Containers
test_main.c File Reference
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc.h>
#include "amxc_variant_priv.h"
#include "test_amxc_variant_api.h"

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 65 of file test_main.c.

65  {
66  const struct CMUnitTest tests[] = {
68  };
69  return cmocka_run_group_tests_name("amxc-variant-api", tests, NULL, NULL);
70 }
void test_amxc_var_get_path_with_dots_in_keys(UNUSED void **state)