diff options
author | Daniel Dunbar <daniel@zuster.org> | 2014-09-12 15:28:48 -0700 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2014-09-12 17:39:18 -0700 |
commit | 59970eaaef72fc5812cc013b2993633efe2749e0 (patch) | |
tree | 9876e8f46fad609bb39a7b1e917c9b1410a9c337 /test/Concrete/GlobalUndef.ll | |
parent | 8c3e28cfe911a46d2a73d0434a048d60c35635bf (diff) | |
download | klee-59970eaaef72fc5812cc013b2993633efe2749e0.tar.gz |
Add support for testing Concrete tests via lit.
Fixes #96.
Diffstat (limited to 'test/Concrete/GlobalUndef.ll')
-rw-r--r-- | test/Concrete/GlobalUndef.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Concrete/GlobalUndef.ll b/test/Concrete/GlobalUndef.ll index c797ec81..71e380ae 100644 --- a/test/Concrete/GlobalUndef.ll +++ b/test/Concrete/GlobalUndef.ll @@ -1,4 +1,5 @@ -; ModuleID = 'x.c' +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s + target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |