diff options
author | Andrew Santosa <santosa_1999@yahoo.com> | 2018-06-21 14:14:08 +0800 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-10-26 18:33:00 +0300 |
commit | be340780e6261416320dd099753e17080de69534 (patch) | |
tree | 5b0c252c821117e70d0520211a0eaf53cf4eddce /tools/CMakeLists.txt | |
parent | 0525bd791318fe0ce2b68a7b4596f34c2770ef53 (diff) | |
download | klee-be340780e6261416320dd099753e17080de69534.tar.gz |
Added gen-bout tool to generate ktest file (file.bout) using specified concrete arguments and files.
* Sample use cases: * Using an interesting input as a seed, such as a crashing input. * Analyzing the path condition of a crashing input. * Also added the test: test/Runtime/POSIX/GenBout.c
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 9bf2acf8..6fe153d7 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -6,6 +6,7 @@ # License. See LICENSE.TXT for details. # #===------------------------------------------------------------------------===# +add_subdirectory(gen-bout) add_subdirectory(gen-random-bout) add_subdirectory(kleaver) add_subdirectory(klee) |