about summary refs log tree commit diff homepage
path: root/tools/CMakeLists.txt
blob: 4e561c083074554858c14c86b5e707d606495b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#===------------------------------------------------------------------------===#
#
#                     The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
add_subdirectory(ktest-gen)
add_subdirectory(gen-random-bout)
add_subdirectory(kleaver)
add_subdirectory(klee)
add_subdirectory(klee-replay)
add_subdirectory(klee-stats)
add_subdirectory(klee-zesti)
add_subdirectory(ktest-tool)