cfg/main.cfg : Updates and additions to 'test' sub-cfg.
This commit is contained in:
parent
63858e4002
commit
3159bda77a
@ -32,10 +32,13 @@
|
|||||||
// 3. Command line args:
|
// 3. Command line args:
|
||||||
// <module_path> | 'all' (required) The module path always begins with a '/'.
|
// <module_path> | 'all' (required) The module path always begins with a '/'.
|
||||||
// <test_label> | 'all' (required)
|
// <test_label> | 'all' (required)
|
||||||
// 'gen_report' Print modulue/tes label.
|
// 'gen_report' Print modulue/test label.
|
||||||
// 'compare' Run compare pass.
|
// 'compare' Run compare pass.
|
||||||
// 'echo' Print the generated test output to the console.
|
// 'echo' Print the generated test output to the console.
|
||||||
// 'args' All command line args after 'args' are passed to the tests.
|
// 'args' All command line args after 'args' are passed to the tests.
|
||||||
|
// 4. Example command lines:
|
||||||
|
// r ~/src/cwtest/src/cwtest/cfg/main.cfg test /lex test_0 compare
|
||||||
|
// r ~/src/cwtest/src/cwtest/cfg/main.cfg test /flow test_0 compare
|
||||||
test: {
|
test: {
|
||||||
module_args: {}
|
module_args: {}
|
||||||
|
|
||||||
@ -61,6 +64,9 @@
|
|||||||
} },
|
} },
|
||||||
|
|
||||||
flow:"flow_test.cfg",
|
flow:"flow_test.cfg",
|
||||||
|
wt_bank: { test_0: {
|
||||||
|
wtb_cfg_fname:"/home/kevin/temp/wt1/bank",
|
||||||
|
}}
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
|
|
||||||
@ -662,6 +668,8 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
lazy: {},
|
||||||
|
|
||||||
|
|
||||||
svg: {
|
svg: {
|
||||||
desc:"Create an SVG/HTML test file.",
|
desc:"Create an SVG/HTML test file.",
|
||||||
|
Loading…
Reference in New Issue
Block a user