Skip to content
Snippets Groups Projects
Commit 573395b5 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Added how to instruct klee to generate tests for all paths

parent 577a05f7
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,12 @@ From there you can run various commands like: ...@@ -71,6 +71,12 @@ From there you can run various commands like:
> klee empty-xxxxx.bc > klee empty-xxxxx.bc
To emit all the different errors, use
> klee --emit-all-errors empty-xxxxx.bc
this will generate a test-file for each and every path encountered.
See KLEE for detailed information. See KLEE for detailed information.
Licensed under either of Licensed under either of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment