diffblue-cbmc/regression/cbmc-cover/condition1
thk123 9b052c200f Modified tests to pass without using grep
Now directly test individual lines with perls regex matching rather than
calling out to grep. Some changes were required:

- escape (,  ) if we want to match them
- unescape (, ) if we want to use them as regex bracket groups
- escape +, $ if we want to use them as actual characters
- unescape + to use as a regex +
2017-02-14 17:29:15 +00:00
..
main.c Remove trailing whitespace from all lines 2016-11-29 09:58:36 +00:00
test.desc Modified tests to pass without using grep 2017-02-14 17:29:15 +00:00