blob: ec92b32decf8d1d2da8eccbec54d751e7fa54356 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
## Autogenerated by LLVM/Clang configuration.
# Do not edit!
config.klee_src_root = "@KLEE_SOURCE_DIR@"
config.klee_obj_root = "@KLEE_BINARY_DIR@"
config.klee_tools_dir = "@KLEE_TOOLS_DIR@"
# Let the main config do the real work.
lit.load_config(config, "@KLEE_SOURCE_DIR@/test/lit.cfg")
|