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_start.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[] = {
64  cmocka_unit_test(test_amxs_sync_start_args),
65  cmocka_unit_test(test_amxs_sync_stop_args),
73  };
74  return cmocka_run_group_tests(tests, NULL, NULL);
75 }
int test_amxs_sync_teardown(UNUSED void **state)
int test_amxs_sync_setup(UNUSED void **state)
void test_amxs_sync_stop_args(UNUSED void **state)
void test_amxs_sync_start_args(UNUSED void **state)
void test_amxs_sync_start_instance_object_search_path(UNUSED void **state)
void test_amxs_sync_start_multiple_objects(UNUSED void **state)
void test_amxs_sync_start_param(UNUSED void **state)
void test_amxs_sync_start_object(UNUSED void **state)
void test_amxs_sync_start_template_object(UNUSED void **state)
void test_amxs_sync_start_copied(UNUSED void **state)
void test_amxs_sync_start_copied_change_paths(UNUSED void **state)