libamxs  0.6.0
Data Model Synchronization C API
test_main.c File Reference
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxs_sync_copy.h"

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 62 of file test_main.c.

62  {
63  const struct CMUnitTest tests[] = {
80  };
81  return cmocka_run_group_tests(tests, NULL, NULL);
82 }
void test_amxs_sync_copy_instance_object(UNUSED void **state)
void test_amxs_sync_copy_template_object(UNUSED void **state)
void test_amxs_sync_copy_same_param(UNUSED void **state)
void test_amxs_sync_root_copy_template_object(UNUSED void **state)
void test_amxs_sync_copy_template_sub_object(UNUSED void **state)
void test_amxs_sync_copy_param_read_only(UNUSED void **state)
void test_amxs_sync_copy_template_sub_object_batch_reverse(UNUSED void **state)
void test_amxs_sync_copy_template_sub_object_reverse(UNUSED void **state)
int test_amxs_sync_teardown(UNUSED void **state)
void test_amxs_sync_copy_param(UNUSED void **state)
int test_amxs_sync_setup(UNUSED void **state)
void test_amxs_sync_copy_instances(UNUSED void **state)
void test_amxs_sync_copy_object_batch_check_direction(UNUSED void **state)
void test_amxs_sync_copy_param_loop_prevention(UNUSED void **state)
void test_amxs_sync_copy_param_loop_prevention_multi_instance(UNUSED void **state)
void test_amxs_sync_copy_object_batch(UNUSED void **state)
void test_amxs_sync_copy_object(UNUSED void **state)
void test_amxs_sync_copy_template_sub_object_with_batch(UNUSED void **state)