src/server/test/object.h

changeset 452
ce359a2b51fe
parent 435
713ec3da79ec
--- a/src/server/test/object.h	Sun Dec 04 10:20:21 2022 +0100
+++ b/src/server/test/object.h	Sun Dec 04 13:01:00 2022 +0100
@@ -51,6 +51,10 @@
 
 UCX_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);
+
 UCX_TEST(test_expr_parse_expr_func_arg0);
 UCX_TEST(test_expr_parse_expr_func_arg1);
 UCX_TEST(test_expr_parse_expr_func_arg3);

mercurial