Commit Graph

5 Commits

Author SHA1 Message Date
Peter Schrammel b6ef688a41 Fix and run cbmc-cover tests 2017-09-01 13:58:12 +01:00
Daniel Kroening 6d8b022e4a fix for inlining 2017-02-22 12:40:07 +00:00
Daniel Kroening 8161f100fd make some --cover tests easier to pass 2017-02-22 11:48:07 +00:00
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
Lucas Cordeiro 7cc49cf9d1 add test cases to check the behaviour of --cover in the presence of unreachable functions and assumes
Signed-off-by: Lucas Cordeiro <lucasccordeiro@gmail.com>
2016-11-02 03:31:11 +00:00