aboutsummaryrefslogtreecommitdiffstats
path: root/man/mtest_overview.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/mtest_overview.7')
-rw-r--r--man/mtest_overview.77
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index 551b45a..43835ad 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -19,8 +19,12 @@ For c/c++
.br
.BI "mt_run(" function_name ")"
.br
+.BI "mt_run_param(" function_name_param ", " parameter ")"
+.br
.BI "mt_run_named(" function_name ", " test_name ")"
.br
+.BI "mt_run_named_param(" function_name_param ", " parameter ", " test_name ")"
+.br
.BI "mt_assert(" expression ")"
.br
.BI "mt_fail(" expression ")"
@@ -110,6 +114,9 @@ Example of using mt in posix shell
.BR mt_defs (3),
.BR mt_defs_ext (3),
.BR mt_run (3),
+.BR mt_run_named (3),
+.BR mt_run_param (3),
+.BR mt_run_named_param (3),
.BR mt_assert (3),
.BR mt_fail (3),
.BR mt_fok (3),