diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-03-25 22:00:51 +0000 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2022-05-06 11:21:35 +0100 |
commit | f94309c1fcbbd77a210e66fe9d1d26e83a948a8a (patch) | |
tree | b169b80b5703770407d1064aae9ceecede0c4325 /tools/CMakeLists.txt | |
parent | 3515cb00c750ec5f081d4d0e3a1c386080ccda7e (diff) | |
download | klee-f94309c1fcbbd77a210e66fe9d1d26e83a948a8a.tar.gz |
Renamed gen-bout to ktest-gen
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index a400569b..4e561c08 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -6,7 +6,7 @@ # License. See LICENSE.TXT for details. # #===------------------------------------------------------------------------===# -add_subdirectory(gen-bout) +add_subdirectory(ktest-gen) add_subdirectory(gen-random-bout) add_subdirectory(kleaver) add_subdirectory(klee) |