#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.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
74 return cmocka_run_group_tests(tests, NULL, NULL);
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)