From 3159bda77a3e1775d81ba8fcee56f70af0824614 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 16 Jul 2024 17:23:07 -0400 Subject: [PATCH] cfg/main.cfg : Updates and additions to 'test' sub-cfg. --- src/cwtest/cfg/main.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/cwtest/cfg/main.cfg b/src/cwtest/cfg/main.cfg index 3c0e979..2d06063 100644 --- a/src/cwtest/cfg/main.cfg +++ b/src/cwtest/cfg/main.cfg @@ -32,10 +32,13 @@ // 3. Command line args: // | 'all' (required) The module path always begins with a '/'. // | 'all' (required) - // 'gen_report' Print modulue/tes label. + // 'gen_report' Print modulue/test label. // 'compare' Run compare pass. // 'echo' Print the generated test output to the console. // '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: { module_args: {} @@ -61,6 +64,9 @@ } }, flow:"flow_test.cfg", + wt_bank: { test_0: { + wtb_cfg_fname:"/home/kevin/temp/wt1/bank", + }} } }}, @@ -662,6 +668,8 @@ }, + lazy: {}, + svg: { desc:"Create an SVG/HTML test file.",