diff options
author | Timotej Kapus <tk1713@ic.ac.uk> | 2020-02-21 16:55:11 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-09-17 18:17:25 +0100 |
commit | 52dfb5246697dc68f007e058f817b23310cae708 (patch) | |
tree | 8bd9ff6f2935e0b0530474102bafc089b490de59 /tools/CMakeLists.txt | |
parent | 7bd9582967636f9f4f9acecadd26ab8faef74323 (diff) | |
download | klee-52dfb5246697dc68f007e058f817b23310cae708.tar.gz |
Add klee-zesti a ZESTI like wrapper script
klee-zesti takes concrete arguments, files and stdin of the program under tests converts them to a seed and then runs klee with that seed. This emulates the interface of ZESTI.
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 6fe153d7..a400569b 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,4 +12,5 @@ add_subdirectory(kleaver) add_subdirectory(klee) add_subdirectory(klee-replay) add_subdirectory(klee-stats) +add_subdirectory(klee-zesti) add_subdirectory(ktest-tool) |