Open TannazVhdBMWExt opened 1 month ago
In current version lobster-cpptest supports just "defect", "requirement" and "requiredby".
The goal is to make the tool configurable, and to remove the restriction of supporting only "requirement" and "requiredby".
The user shall be able to configure the marker strings.
Config file should be modified and be like:
{ "output": { "unit_tests.lobster" : { regex: [ "\+w?*{@requirement}...", "\[0-9]?*{@other_requirement}..." ], kind: "req" }, { regex: [ "\+w?*{@required_by}...", "\[0-9]?*{@kjasdasd}..." ], kind: "imp" }, } }
In current version lobster-cpptest supports just "defect", "requirement" and "requiredby".
The goal is to make the tool configurable, and to remove the restriction of supporting only "requirement" and "requiredby".
The user shall be able to configure the marker strings.
Config file should be modified and be like:
{ "output": { "unit_tests.lobster" : { regex: [ "\+w?*{@requirement}...", "\[0-9]?*{@other_requirement}..." ], kind: "req" }, { regex: [ "\+w?*{@required_by}...", "\[0-9]?*{@kjasdasd}..." ], kind: "imp" }, } }