src/server/test/object.h

changeset 424
3df9258cd3cc
parent 423
bb7cff720dd0
child 435
713ec3da79ec
equal deleted inserted replaced
423:bb7cff720dd0 424:3df9258cd3cc
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 UCX_TEST(test_expr_parse_expr_value); 40 UCX_TEST(test_expr_parse_expr_value);
41 UCX_TEST(test_expr_parse_expr_neg_value);
41 UCX_TEST(test_expr_parse_expr_value_str); 42 UCX_TEST(test_expr_parse_expr_value_str);
42 UCX_TEST(test_expr_parse_expr_value_bool); 43 UCX_TEST(test_expr_parse_expr_value_bool);
43 UCX_TEST(test_expr_parse_expr_value_var); 44 UCX_TEST(test_expr_parse_expr_value_var);
44 UCX_TEST(test_expr_parse_expr_not_value); 45 UCX_TEST(test_expr_parse_expr_not_value);
45 UCX_TEST(test_expr_parse_expr_sign_value); 46 UCX_TEST(test_expr_parse_expr_sign_value);

mercurial