diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-05-02 19:07:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-05-02 19:07:56 +0000 |
commit | 24f6b3f2c3faeea3405839e015e11dbbadd1a5f9 (patch) | |
tree | 50ab3c123169f95b5f77200a13d259d764239db0 /test/lit.site.cfg.in | |
parent | f4cdc443fb86f715ab93f3528aff23452a5bb3a3 (diff) | |
download | klee-24f6b3f2c3faeea3405839e015e11dbbadd1a5f9.tar.gz |
Sketch support for running KLEE tests using 'lit'.
- Not working yet. Also, ditch a bunch of unused substitution variables from the site.exp config file. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@102872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r-- | test/lit.site.cfg.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in new file mode 100644 index 00000000..ec92b32d --- /dev/null +++ b/test/lit.site.cfg.in @@ -0,0 +1,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") |