Skip to content
Snippets Groups Projects
Commit 9e4452e0 authored by Per Lindgren's avatar Per Lindgren
Browse files

README license

parent 3e49ed21
No related branches found
No related tags found
No related merge requests found
...@@ -47,3 +47,9 @@ LLVM KLEE strives to cover all feasible paths. When generating tests for errors ...@@ -47,3 +47,9 @@ LLVM KLEE strives to cover all feasible paths. When generating tests for errors
As a consequence, you have to eleminate sources of `panic!()` one by one, which may be time consuming. As a consequence, you have to eleminate sources of `panic!()` one by one, which may be time consuming.
We provide a set of macros `klee_abort`, `klee_assert` and `klee_assert_eq`, that gets fully inlined, allowing KLEE to generate specific tests for each failing assertion. Using these, all errors will be covered by unique test. We provide a set of macros `klee_abort`, `klee_assert` and `klee_assert_eq`, that gets fully inlined, allowing KLEE to generate specific tests for each failing assertion. Using these, all errors will be covered by unique test.
## Licencse
Copyright Per Lindgren.
All rights reserved, use restricted for non-commercial purpose.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment