Files
os-autotest/suite2cases/function_test/pkg_test/ocaml-cppo/ocaml-cppo.json

35 lines
1.2 KiB
JSON

{
"path": "$OET_PATH/testcases/function_test/pkg_test/ocaml-cppo/ocaml-cppo",
"machine num": 1,
"cases": [
{
"name": "test_ocaml-cppo_install",
"desc": "测试 ocaml-cppo 软件包的安装功能,验证安装过程是否成功。",
"machine num": 1
},
{
"name": "test_ocaml-cppo_cppo_o",
"desc": "测试使用 -o 参数指定输出文件"
},
{
"name": "test_ocaml-cppo_function_output_file",
"desc": "测试使用 -o 参数指定输出文件的功能"
},
{
"name": "test_ocaml-cppo_function_no_line_dir",
"desc": "测试使用 -n 参数不输出行指令的功能"
},
{
"name": "test_ocaml-cppo_cppo_version",
"desc": "测试使用-version参数打印程序版本并退出"
},
{
"name": "test_ocaml-cppo_cppo__help",
"desc": "测试使用--help参数显示选项列表"
},
{
"name": "test_ocaml-cppo_function_help",
"desc": "测试使用 -help 参数显示选项列表"
}
]
}