libamxd
6.4.1
Data Model Manager
|
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <cmocka.h>
#include <amxc/amxc.h>
#include <amxp/amxp_signal.h>
#include <amxp/amxp_slot.h>
#include <amxd/amxd_common.h>
#include <amxd/amxd_dm.h>
#include <amxd/amxd_action.h>
#include <amxd/amxd_object.h>
#include <amxd/amxd_parameter.h>
#include <amxd/amxd_function.h>
#include "test_amxd_default_functions.h"
Go to the source code of this file.
Functions | |
void | test_amxd_root_has_get_function (UNUSED void **state) |
void | test_amxd_root_has_exec_function (UNUSED void **state) |
void | test_amxd_exec_function_fails_when_rel_path_does_not_exists (UNUSED void **state) |
void test_amxd_exec_function_fails_when_rel_path_does_not_exists | ( | UNUSED void ** | state | ) |
Definition at line 142 of file test_amxd_virtual_root.c.
void test_amxd_root_has_exec_function | ( | UNUSED void ** | state | ) |
Definition at line 109 of file test_amxd_virtual_root.c.
void test_amxd_root_has_get_function | ( | UNUSED void ** | state | ) |
Definition at line 77 of file test_amxd_virtual_root.c.