#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_expression_node.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
73 return cmocka_run_group_tests_name(
"amxp-expression-node", tests, NULL, NULL);
void test_node_tree_value_list(UNUSED void **state)
void test_node_tree_field(UNUSED void **state)
void test_node_tree_or(UNUSED void **state)
void test_node_tree_not(UNUSED void **state)
void test_node_tree_bool_func(UNUSED void **state)
void test_node_tree_value_func(UNUSED void **state)
void test_node_tree_compop(UNUSED void **state)
void test_node_tree_and(UNUSED void **state)