--- a/src/server/test/object.h Sat Nov 22 12:49:20 2025 +0100 +++ b/src/server/test/object.h Sat Nov 22 14:27:01 2025 +0100 @@ -37,29 +37,29 @@ extern "C" { #endif -UCX_TEST(test_expr_parse_expr_value); -UCX_TEST(test_expr_parse_expr_neg_value); -UCX_TEST(test_expr_parse_expr_value_str); -UCX_TEST(test_expr_parse_expr_value_bool); -UCX_TEST(test_expr_parse_expr_value_var); -UCX_TEST(test_expr_parse_expr_not_value); -UCX_TEST(test_expr_parse_expr_sign_value); +CX_TEST(test_expr_parse_expr_value); +CX_TEST(test_expr_parse_expr_neg_value); +CX_TEST(test_expr_parse_expr_value_str); +CX_TEST(test_expr_parse_expr_value_bool); +CX_TEST(test_expr_parse_expr_value_var); +CX_TEST(test_expr_parse_expr_not_value); +CX_TEST(test_expr_parse_expr_sign_value); -UCX_TEST(test_expr_parse_expr_compare2values); -UCX_TEST(test_expr_parse_expr_compare2value_expr); -UCX_TEST(test_expr_parse_expr_compare2expr_value); +CX_TEST(test_expr_parse_expr_compare2values); +CX_TEST(test_expr_parse_expr_compare2value_expr); +CX_TEST(test_expr_parse_expr_compare2expr_value); -UCX_TEST(test_expr_parse_expr_bracket); +CX_TEST(test_expr_parse_expr_bracket); -UCX_TEST(test_expr_op_defined_simple); -UCX_TEST(test_expr_op_defined); -UCX_TEST(test_expr_op_file_exists_simple); +CX_TEST(test_expr_op_defined_simple); +CX_TEST(test_expr_op_defined); +CX_TEST(test_expr_op_file_exists_simple); -UCX_TEST(test_expr_parse_expr_func_arg0); -UCX_TEST(test_expr_parse_expr_func_arg1); -UCX_TEST(test_expr_parse_expr_func_arg3); -UCX_TEST(test_expr_parse_expr_func_expr1); -UCX_TEST(test_expr_parse_expr_func_expr2); +CX_TEST(test_expr_parse_expr_func_arg0); +CX_TEST(test_expr_parse_expr_func_arg1); +CX_TEST(test_expr_parse_expr_func_arg3); +CX_TEST(test_expr_parse_expr_func_expr1); +CX_TEST(test_expr_parse_expr_func_expr2);